Skip to content

Commit

Permalink
build(FEC-10064): add automatic release notes (#83)
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 authored Sep 6, 2020
1 parent 2574aa4 commit e9fbceb
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
name: 'Releasing a new version'
if: tag IS present
env: TRAVIS_MODE=release
script:
- conventional-github-releaser -p angular -t $GH_TOKEN
deploy:
- provider: releases
api_key: $GH_TOKEN
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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",
"eslint": "^7.4.0",
Expand Down
Loading

0 comments on commit e9fbceb

Please sign in to comment.