-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix documentation of pushing tag for release * Echo version numbers in release workflow * Add get-version to dependencies of release * Only create tag for prereleases
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
git clone [email protected]:dafny-lang/dafny.git dafny-for-tagging | ||
cd dafny-for-tagging | ||
git tag v<$VER> | ||
git push v<$VER> | ||
git push origin v<$VER> | ||
``` | ||
|
||
5. A GitHub action will automatically run in reaction to the tag being pushed, | ||
|