-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
130c7e4
commit 2e48717
Showing
1 changed file
with
2 additions
and
4 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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
# Release Process | ||
1. Bump version in pynitrokey/VERSION. Use 0.x.y format. | ||
2. Make an annotated tag in format v0.x.y.nitrokey, with message describing major change. | ||
3. Run CI release to release it | ||
1. Bump version in pynitrokey/VERSION. Use `0.x.y` format. | ||
2. Create a release in the Github UI with the tag in format `v0.x.y`. The CD pipeline will run automatically on a new release. |