-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to automated "dot" releases in release.sh (#310)
* Add support to automated "dot" releases in release.sh "Dot" releases, enabled by the `--dot-release` flag, are incremental builds on a branch (e.g., v0.2.1, v0.2.2, etc). The version of the last release published on GitHub is incremented (release branch is automatically detected), unless the release branch has no new commits. A "dot" release can be restricted to a branch by using the `--branch` flag. Release notes are copied from the previous "dot" release, unless the `--release-notes` flag is used. * Clarify attribution
- Loading branch information
1 parent
2f38525
commit 4ecf490
Showing
2 changed files
with
87 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