Skip to content

Commit

Permalink
Add step to create release on GitHub (#775)
Browse files Browse the repository at this point in the history
Users look for GitHub Releases these days (and can be easily notified of
such releases), so we should support them. I created a release for
0.10.11:

https://github.com/uber/NullAway/releases/tag/v0.10.11

The GitHub Release page has a nice feature for generating release notes
from commits, so eventually we may want to deprecate `CHANGELOG.md`.
  • Loading branch information
msridhar committed Jun 23, 2023
1 parent 9cef809 commit cea42a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Releasing
8. `git commit -am "Prepare next development version."`
9. `git push && git push --tags`
10. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
11. Go to [this page](https://github.com/uber/NullAway/releases/new) to create a new release on GitHub, using the release notes from `CHANGELOG.md`.

0 comments on commit cea42a5

Please sign in to comment.