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

Commit 7e51c71

Browse files
authored
Merge pull request #487 from netlify/docs/improve-releasing
Improve release docs
2 parents 970caa1 + 7b00759 commit 7e51c71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Contributions are always welcome, no matter how large or small. Before contributing,
44
please read the [code of conduct](CODE_OF_CONDUCT.md).
55

6-
TODO...
7-
86
## Releasing
97

10-
1. `npm version [major, minor, patch]` Generate changelog, bump version, version commit + tag.
11-
2. `npm run release` Push version commit + tag, push latest CHANGELOG entry to GitHub release page.
12-
8+
1. `npm version [major, minor, patch]`: generate changelog, bump version, version commit + tag.
9+
2. `npm run release`: push version commit + tag, push latest CHANGELOG entry to GitHub release page.
10+
3. Wait for Jenkins build to finish
11+
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`.
1312

1413
## License
1514

0 commit comments

Comments
 (0)