Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Make tag step simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Nov 30, 2018
1 parent fafc98c commit 145f3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
- Update `images.json`: `make update-images`
- Update `README.md` with new card images if desired
- Commit: `git commit`
- Tag release: `git tag -s x.y.z -m 'Release x.y.z.'`
- Tag release: `v=$(jq .version -r package.json) git tag -s $v -m "Release $v."`
- Push changes: `git push && git push --tags`
- Publish package: `npm publish`

0 comments on commit 145f3dc

Please sign in to comment.