Skip to content

Commit

Permalink
docs: add notes regarding "Build release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Koch committed Jul 22, 2021
1 parent 6d02358 commit df44fe4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ then run `npm run lint`
- [React hooks](./documentation/react-hooks.md) (ES6/7/8)
- [Typescript](./documentation/typescript.md) (typescript)

## Build release
1. Create feature or bugfix branch based on master
2. Make changes and create pull request, add reviewer, wait for approval
3. Merge pull request into master
4. Prepare release notes, adjust package.json to next version ([Semantic Versioning](semantic versioning))
5. Run `npm publish` (locally) to create npm version
6. Create and push git tag for version
7. Add release notes on GitHub


## Thanks to

- [Merkle.](https://www.merkleinc.com/)
Expand Down

0 comments on commit df44fe4

Please sign in to comment.