Skip to content

Commit 3408d60

Browse files
Review comments
Signed-off-by: Matthew Wilson <[email protected]>
1 parent 625538e commit 3408d60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ We have three main branches in our repo:
139139
3. Merge commits to be relaased into the release branch. Avoid cherry-picking changes so that `master` always remains a subset of `dev`.
140140
4. Update the version number in `package.json` according to [semantic versioning](https://semver.org/).
141141
- Note: if the only changes being made are to the documentation, do not update the version number. In this case the GitHub Pages site will be published when `master` is built, but no new version of the plug-in will be published.
142-
4. Make a PR to merge your release brnach into `master`. The reviewer should make sure all commits are suitable to release and version number has been updated appropriately.
143-
5. After the PR is merged, Jenkins will run a build of `master` and publish the new version to registry.npmjs.org.
142+
5. Make a PR to merge your release brnach into `master`. The reviewer should make sure all commits are suitable to release and version number has been updated appropriately.
143+
6. After the PR is merged, Jenkins will run a build of `master` and publish the new version to registry.npmjs.org.
144+
7. Delete the release branch.

0 commit comments

Comments
 (0)