Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 351 Bytes

RELEASE.md

File metadata and controls

14 lines (13 loc) · 351 Bytes

Release new version

git checkout develop
mvn jgitflow:release-start && \
 mvn jgitflow:release-finish -DnoDeploy=true && \
 git checkout master && \
 conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && \
 git add CHANGELOG.md && \
 git commit -m "Changelog" && \
 git push --all && \
 git checkout develop

or just run release.sh