Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Improve release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 2, 2020
1 parent 4b48fbd commit 7b00759
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Contributions are always welcome, no matter how large or small. Before contributing,
please read the [code of conduct](CODE_OF_CONDUCT.md).

TODO...

## Releasing

1. `npm version [major, minor, patch]` Generate changelog, bump version, version commit + tag.
2. `npm run release` Push version commit + tag, push latest CHANGELOG entry to GitHub release page.

1. `npm version [major, minor, patch]`: generate changelog, bump version, version commit + tag.
2. `npm run release`: push version commit + tag, push latest CHANGELOG entry to GitHub release page.
3. Wait for Jenkins build to finish
4. Create a PR in the [buildbot](https://github.com/netlify/buildbot) to bump [the version](https://github.com/netlify/buildbot/blob/a247edab7ead955cc27bb70ecc9f081e68f1aea6/script/docker-build.sh#L17) of the `build-image`.

## License

Expand Down

0 comments on commit 7b00759

Please sign in to comment.