Skip to content

Commit

Permalink
Merge pull request #14 from samkim/release-doc
Browse files Browse the repository at this point in the history
Add release instructions
  • Loading branch information
jzelinskie authored Nov 3, 2021
2 parents 70b4622 + fb870f6 commit b23c56d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,14 @@ You can regenerate the code by executing `buf.gen.yaml`:
```sh
./buf.gen.yaml
```

### Creating a new release

Releases are published to NPM using a GitHub action.

To create a new release:
1. Use the [yarn version] command to bump the package version.
1. Create a new [release on GitHub] to initiate the release action.

[yarn version]: https://yarnpkg.com/cli/version
[release on GitHub]: https://github.com/authzed/authzed-node/releases

0 comments on commit b23c56d

Please sign in to comment.