Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
chore: add release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub committed Nov 3, 2022
1 parent e829f43 commit 71060e7
Show file tree
Hide file tree
Showing 6 changed files with 4,845 additions and 204 deletions.
11 changes: 11 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}
Loading

0 comments on commit 71060e7

Please sign in to comment.