Skip to content

Commit 68e608e

Browse files
committed
update README
1 parent 270acbc commit 68e608e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ make test
6565
SAUCE=true make test
6666
```
6767

68-
## Publishing to `npm`
68+
## Releasing a new version
69+
1. Publish to `npm`
6970
```
7071
git co master && git pull --ff-only
7172
npm version <patch|minor|major>
7273
git push --follow-tags
7374
make build
7475
npm publish
7576
```
77+
2. Create a new github release
78+
https://github.com/segmentio/snippet/releases

0 commit comments

Comments
 (0)