Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradvogel committed Mar 14, 2022
1 parent 100a591 commit a515954
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ before doing that please read the notes below on debugging and submitting issues
* :arrow_up: `:arrow_up:` when upgrading dependencies
* :arrow_down: `:arrow_down:` when downgrading dependencies
* :shirt: `:shirt:` when removing linter warnings

## Publishing a new version

1. Update <CHANGELOG.md> and commit change.
2. `npm version <version>`
3. `npm publish`
4. `git push`
5. `git push --tags`

0 comments on commit a515954

Please sign in to comment.