-
Notifications
You must be signed in to change notification settings - Fork 60
Manually Generate Release Notes
jmarkowski edited this page Feb 5, 2020
·
6 revisions
Currently we meet a problem with automatically generation of release notes, after releasing. For unknown reasons our CI tools travis doesn't have access to github api. Release Notes can be fetched from github api and applied to release note manually. Steps:
- Make a release (same as before)
- Check on release list if release notes are created. If it's not:
- Go to local
fundamental-styles
project directory. - Call
npm run release:create -- --repo sap/fundamental-styles --tag v{{version}} --branch master
, where{{version}}
should be replaced by version that has been released (ex.0.5.0
, or0.4.1
). So for0.5.0
it will look like that:npm run release:create -- --repo sap/fundamental-styles --tag v0.5.0 --branch master
- Script is trying to fetch(GET) and transform the release notes and push(POST) it to repo. After fetching and transforming, prepared message is shown on console example: