mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-02 23:53:48 +00:00
build: automate release preparation
This commit is contained in:
parent
729b380b05
commit
841ddb9125
5 changed files with 94 additions and 5 deletions
|
@ -28,7 +28,8 @@
|
|||
"postversion": "npm run build && git add dist && rm -rf build",
|
||||
"release": "release-it",
|
||||
"release:branch": "git checkout -b release/$(release-it --release-version) main",
|
||||
"release:prepare": "npm run release:branch && release-it --ci --no-npm.publish --no-github.release --no-git.push --no-git.tag --no-git.requireUpstream"
|
||||
"release:prepare": "release-it --no-npm.publish --no-github.release --no-git.push --no-git.tag --no-git.requireUpstream",
|
||||
"release:prepare:all": "npm run release:branch && npm run release:prepare"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue