-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
1ad4bea
commit 4dcb381
Showing
2 changed files
with
16 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
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 @@ | ||
# Notes on how to create a release # | ||
|
||
## Versioning ## | ||
Versioning must follow the x.x.x format, breaking changes should be a major release. | ||
When publishing a release, tag the release with the exact version number, the New Version check performs an exact string match against the latest tag and if different shows the prompt. | ||
|
||
Pre-releases are only shown if you have the "Show beta version notifications" checked and should be used with caution. | ||
To publish a beta release that you do not want to be shown as available to all users suffix beta to the tag, x.x.xbeta | ||
You do not have to suffix the app version and if the beta release is suitable for a full release the tag can be edited to remove the beta suffix. | ||
|
||
## Homebrew Cask ## | ||
Full releases (not pre-releases) are automatically updated from the atom feed. |