Skip to content

Commit

Permalink
chore(lerna): publish release notes on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Apr 22, 2020
1 parent 33877de commit 0428ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"createRelease": "github",
"exact": true,
"message": "chore(release): %s\n[ci skip]"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ $TRAVIS_BRANCH != 'master' ]]; then
fi

if [[ $TRAVIS_BRANCH == 'master' ]]; then
echo "Releasing 2.0"
echo "Releasing Serenity/JS"
npx lerna publish --yes

make site
Expand Down

0 comments on commit 0428ba8

Please sign in to comment.