Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit b775a37

Browse files
committed
Update CONTRIBUTING.md
1 parent 591b48c commit b775a37

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ Projects that depend heavily on this client that should be taken into considerat
3939
## Releasing
4040

4141
```console
42-
# Make changes
43-
# Update README docs if they have changed.
44-
# Update the changelog
4542
$ npm version [major|minor|patch]
46-
$ git push && git push --tags
47-
# Create a github release with the changelog contents
4843
$ npm publish
4944
```
5045

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build": "run-s build:*",
3434
"build:webpack": "webpack",
3535
"clean": "rimraf dist coverage",
36-
"version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && git add CHANGELOG.md"
36+
"version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && npm run test:prettier && git add CHANGELOG.md"
3737
},
3838
"license": "MIT",
3939
"author": "Netlify Inc.",

0 commit comments

Comments
 (0)