Skip to content

Commit

Permalink
Merge pull request #905 from Automattic/fix/contribution-guide
Browse files Browse the repository at this point in the history
Update contribution steps
  • Loading branch information
pandah3 authored Oct 28, 2021
2 parents e5a1b97 + e864b66 commit 1fe8555
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ Then, let's publish:
1. Set the version (via `npm version minor` or `npm version major` or `npm version patch`)
1. For most regular releases, this will be `npm version minor`.
1. Push the tag to GitHub (`git push --tags`)
1. Publish the release to npm (`npm run publish-please`)
1. Make sure you're part of the Automattic organization in npm
1. Publish the release to npm (`npm run publish-please --access public`)
1. Edit [the release on GitHub](https://github.com/Automattic/vip/releases) to include a description of the changes and publish (this can just copy the details from the changelog).
1. Bump the version to the next minor: `npm --no-git-tag-version version preminor`
1. Commit and push (`git add -u` + `git commit` + `git push origin master`).

Once released, it's worth running `npm i -g @automattic/vip` to install / upgrade the released version to make sure everything looks good.

Expand Down

0 comments on commit 1fe8555

Please sign in to comment.