Skip to content

Commit

Permalink
build(package): update release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Feb 28, 2024
1 parent 6f56869 commit 59d1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint .",
"docs": "npx jsdoc2md -c .jsdoc.json --files 'src/*.js' > docs/API.md",
"semantic-release": "semantic-release",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH 1.x main",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit 59d1e1d

Please sign in to comment.