Skip to content

Commit

Permalink
docs(MAINTAINERS): Document use of gen-github-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed May 9, 2024
1 parent c76183d commit 8b83841
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,20 @@ to pass and for reviewer approval.

- [ ] Create a GitHub release

Follow the [GitHub
instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
) and use previous releases as a template. The release description should include the
[_**validator oriented release description**_](#describe-the-release).
Generate a template:
```sh
./scripts/gen-github-release <release-label> > release.md
```
Then replace the remaining `$`-prefixed placeholders, filling in
the [_**validator oriented release description**_](#describe-the-release) and using
[previous releases](https://github.com/Agoric/agoric-sdk/releases)
as a guide.
When complete, contents can be pasted into the
[new release form](https://github.com/Agoric/agoric-sdk/releases/new)
along with the just-pushed tag and an identically-named title.

For more information, refer to
[GitHub instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).

### Cleanup

Expand Down

0 comments on commit 8b83841

Please sign in to comment.