-
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 <[email protected]>
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ ignore_errors = true | |
|
||
[tool.poetry] | ||
name = "badabump" | ||
version = "21.3.2" | ||
version = "21.3.3a0" | ||
description = "Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
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 <[email protected]>" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "21.3.2" | ||
__version__ = "21.3.3a0" |