-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autorelease: improve versioning logic
Consider the following versioning case (rare, but thinkable): - the previous version has a beta tag - update_major.txt exists - update_beta.txt does not exist The previous code would fail to remove the existing beta tag. This change fixes the problem. It also adds some comments to make the logic easier to understand.
- Loading branch information
Showing
1 changed file
with
23 additions
and
13 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