-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that `backticks` and code snippets works well in git tags borrowed from release messages. ```py print("Hello, world!") ``` Other: ------ - Fix saving tag message to file in release tag workflow (#110) Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
- Loading branch information
1 parent
cd17efe
commit b3cd40d
Showing
3 changed files
with
16 additions
and
2 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
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,4 +1,4 @@ | ||
__app__ = "badabump" | ||
__author__ = "Igor Davydenko <iam@igordavydenko.com>" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "21.3.2" | ||
__version__ = "21.3.3a0" |