You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Thanks for taking the time to help us make Spectacle even better! Before you go
45
45
46
46
## Releasing a new version to NPM (only for project administrators)
47
47
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.
49
49
2. Run `npm publish` and publish to npm if all is well.
0 commit comments