1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

tweak copy for change log instructions

This commit is contained in:
Emily 2018-07-03 11:02:59 -07:00
parent 89e0dd4b01
commit ece2c8a463

View File

@ -6,7 +6,7 @@
1. Go through the tracking PR and make sure everything that should be merged in is merged in.
2. Once your builds finish, click on the details links for the continuous-integration/travis-ci/push build. Expand the `Deploying application` output and you should be able to find an outputted change log here. Copy this and update the [CHANGELOG.md](https://github.com/primer/primer/blob/master/CHANGELOG.md) file.
2. To update the change log for your release, click on the details links for the continuous-integration/travis-ci/push build. Expand the `Deploying application` output and copy the change log content. Update the [CHANGELOG.md](https://github.com/primer/primer/blob/master/CHANGELOG.md) file with the change log content from the build.
3. Run the version bump in your terminal: `npm run bump`.