Skip to content

Commit

Permalink
chore: Add standard-version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjylewis authored Jun 12, 2019
1 parent b640c4b commit 21f3129
Show file tree
Hide file tree
Showing 4 changed files with 1,113 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"scripts": {
"postbump": "node ./scripts/postversion.js"
}
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Publishing

1. `npm version`
1. `npm run release`
1. `npm publish`
1. `git push origin master --tags`
Loading

0 comments on commit 21f3129

Please sign in to comment.