-
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.
Fixes: ------ - [#86] By default parse commits in non-strict mode (#87) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
f788ce6
commit 6947d68
Showing
3 changed files
with
8 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ virtual_env = "./.venv/" | |
|
||
[tool.poetry] | ||
name = "badabump" | ||
version = "21.2.1" | ||
version = "21.2.2" | ||
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.2.1" | ||
__version__ = "21.2.2" |