File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
"test" : " eslint *.js && jsonlint-cli *.json && node distribution/cli.js --from=HEAD~1" ,
22
22
"preversion" : " npm run build && npm test" ,
23
23
"version" : " npm run changelog && git add . && echo \" $(conventional-changelog -p angular)\" > .git/COMMITMSG.tmp" ,
24
- "postversion" : " echo $(git log -1 --pretty=%B HEAD^..HEAD) > .git/RELEASE_VERSION.tmp && git tag -d v$(cat .git/RELEASE_VERSION.tmp) && git commit --amend -m \" chore(release): $(cat .git/RELEASE_VERSION.tmp)\n $(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \" $(cat .git/COMMITMSG.tmp)\" "
24
+ "postversion" : " echo $(git log -1 --pretty=%B HEAD^..HEAD) > .git/RELEASE_VERSION.tmp && git tag -d v$(cat .git/RELEASE_VERSION.tmp) && git commit --amend -m \" chore(release): $(cat .git/RELEASE_VERSION.tmp)\n\n $(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \" $(cat .git/COMMITMSG.tmp)\" "
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments