mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-01 15:13:47 +00:00
build: package release automation
This commit is contained in:
parent
5ead31f606
commit
23e552c38c
4 changed files with 40 additions and 3 deletions
|
@ -26,7 +26,9 @@
|
|||
"lint:fix": "npm run lint -- --fix",
|
||||
"ts-node": "ts-node",
|
||||
"postversion": "npm run build && git add dist && rm -rf build",
|
||||
"release": "release-it"
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue