Skip to content

Commit

Permalink
doc: add release instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari authored Oct 20, 2022
1 parent d150461 commit 07492d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ echo $CONFIG2
```

### Release

1. Update version number [npm/package.json](https://github.com/adikari/safebox/blob/main/npm/package.json)
2. Create a git tag that matches the same version number as npm package version.
3. Push the tag to github and create a Pull request. Tag must follow semversion and prefixed with `v`. Eg. `v.1.2.3`
4. Merging the Pull Request triggers github workflow that will automatically release new version


### License

Feel free to use the code, it's released using the MIT license.

0 comments on commit 07492d2

Please sign in to comment.