Skip to content

Commit d6a98f4

Browse files
committed
note about version numbers for publishing
1 parent b0e8776 commit d6a98f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ We're happy to gather more resources over time here, including more in-depth get
180180

181181
## Release
182182

183-
1. Bump the version properly in `package.json` and `server/package.json` and their lockfiles. Commit and push the version bump.
183+
1. Bump the version to an _even minor_ version number in `package.json` and `server/package.json` and their lockfiles. It's very important that it's an even minor like `1.8.0`, and not `1.7.0`. This is because even minors are reserved for actual releases, and uneven minors for pre-releases. Commit and push the version bump.
184184
2. Make sure @ryyppy is aware of your changes. He needs to sync them over to the vim plugin.
185185
3. Let CI build your version bump commit.
186186
4. Tag the commit with the version number (e.g. `git tag 1.6.0`) and push the tag (e.g. `git push origin 1.6.0`). Another build will trigger, which should automatically:

0 commit comments

Comments
 (0)