Skip to content

Commit

Permalink
update release-it for version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Feb 7, 2024
1 parent 5a636ae commit fdd858b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git": {
"requireBranch": "main",
"requireBranch": "release/1.x",
"commitMessage": "chore: release v${version}"
},
"hooks": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build:watch": "genversion --es6 src/utils/version.js && rollup -c -w",
"test": "jest",
"release": "release-it",
"lint": "eslint --ignore-path .eslintignore --ext .js"
"lint": "eslint --ignore-path .eslintignore --ext .js",
"release:dry": "release-it --ci --dry-run --npm.tag=old-version"
},
"author": {
"name": "Kinde",
Expand Down

0 comments on commit fdd858b

Please sign in to comment.