Skip to content

Commit

Permalink
Add RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Sep 4, 2024
1 parent b8289f1 commit 12671f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Releasing

This document outlines how to create a release of bufplugin-go.

1. Clone the repo, ensuring you have the latest main.

2. Review all commits in the new release and for each PR check an appropriate label is used and edit
the title to be meaningful to end users.

3. Using the Github UI, create a new release.

- Under “Choose a tag”, type in “vX.Y.Z” to create a new tag for the release upon publish.
- Target the main branch.
- Title the Release “vX.Y.Z”.
- Click “set as latest release”.
- Set the last version as the “Previous tag”.
- Edit the release notes.

4. Publish the release.

0 comments on commit 12671f8

Please sign in to comment.