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

Commit 3dbb487

Browse files
authored
Merge pull request #490 from netlify/docs/improve-release-docs
Improve `CONTRIBUTING.md`
2 parents 253f729 + 06b5d55 commit 3dbb487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ please read the [code of conduct](CODE_OF_CONDUCT.md).
55

66
## Releasing
77

8-
1. `npm version [major, minor, patch]`: generate changelog, bump version, version commit + tag.
8+
1. `npm version major`, `npm version minor`, `npm version patch` or `npm version prerelease`: generate changelog, bump version, version commit + tag.
99
2. `npm run release`: push version commit + tag, push latest CHANGELOG entry to GitHub release page.
1010
3. Wait for Jenkins build to finish
1111
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`.

0 commit comments

Comments
 (0)