Skip to content

Commit

Permalink
Edit contributing file releasing description
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanroubos committed Sep 2, 2021
1 parent 882eed0 commit 50ac1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $: npm run build
## Releasing
If you have proper credentials, like a @yummygum team member, you can release a new version of `react-flagpack`.

To release a new version you'll need to make sure all changes commits are done and pushed. Please follow the [semver](https://semver.org/) guidelines to decide what kind of release type your changes would translate to.
To release a new version you'll need to make sure all changes commits are done and pushed within the desired version branch. Please follow the [semver](https://semver.org/) guidelines to decide what kind of release type your changes would translate to.

```
$: npm version <release_type>
Expand Down

0 comments on commit 50ac1bb

Please sign in to comment.