Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent 8c462f2 commit 5b72ad5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ Any change to `main` is deployed automatically onto GitHub Pages by CI.
Any newly pushed git tag is automatically released on npm by CI. To push a new tag:

```bash
newVersion=$(npm version patch |sed 's@^v@@g')

sed -ibak "s@\"version\": \".+\"@\"version\": \"${newVersion}\"@g" package.json
git commit -am "v${newVersion}"
git tag "v${newVersion}"
npm version patch -m "Release v%s"
git push --tags
```

0 comments on commit 5b72ad5

Please sign in to comment.