Skip to content

Commit c23d8b4

Browse files
committed
update contributing
1 parent c0cc7fc commit c23d8b4

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
@@ -45,7 +45,7 @@ Thanks for taking the time to help us make Spectacle even better! Before you go
4545

4646
## Releasing a new version to NPM (only for project administrators)
4747

48-
1. Run `npm version patch` (or `minor`, `major` as appropriate) to run tests and lint, build the `lib` ands `dist` directories, , then update `package.json` and add a git tag.
48+
1. Run `npm version patch` (or `minor`, `major` as appropriate) to run tests and lint, build the `lib` and `dist` directories, and automatically update the `package.json` with a new git tag.
4949
2. Run `npm publish` and publish to npm if all is well.
5050
3. Run `git push && git push --tags`
5151

0 commit comments

Comments
 (0)