-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
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. |