Skip to content

Commit

Permalink
build(FEC-10064): add automatic release notes (#357)
Browse files Browse the repository at this point in the history
Add automatic release notes base on our Semver, standard-version.
  • Loading branch information
Yuvalke committed Sep 6, 2020
1 parent d2bf142 commit b0b6988
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
if: (tag IS present)
name: 'Release'
script:
- conventional-github-releaser -p angular -t $GH_TOKEN
- currentVersion=$(npx -c 'echo "$npm_package_version"')
- chmod +x ./scripts/after_deploy.sh
- ./scripts/after_deploy.sh "$currentVersion" "$JENKINS_TAG_TOKEN"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"conventional-github-releaser": "3.1.3",
"copy-webpack-plugin": "6.0.3",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
Expand Down
Loading

0 comments on commit b0b6988

Please sign in to comment.