-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic steps for cutting a release
- Loading branch information
Showing
1 changed file
with
12 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,12 @@ | ||
|
||
|
||
TODO Build out a better development guide here. | ||
|
||
|
||
## Releases | ||
|
||
When cutting a new release, use GitHub's UI for `Draft a Release`. | ||
- Do **not** check "publish this action to the GitHub marketplace". The `v1` tag is the only one that should be published there. | ||
- Set the tag name to be `v1.x.y` - create a new tag on publish. | ||
|
||
We have a CI job that will automatically update the clean `v1` tag when the `v1.x.y` tag is published. |