Skip to content

Commit

Permalink
chore: 20.1.0a2 Release (#9)
Browse files Browse the repository at this point in the history
Features:
---------

- Properly clean commit body on preparing release tag (#8)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent d10288b commit 2db13b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 20.1.0 (In Development)

## 20.1.0a2 (2020-10-23)

### Features:

- Properly clean commit body on preparing release tag (#8)

## 20.1.0a1 (2020-10-23)

### Features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ show_missing = true

[tool.poetry]
name = "badabump"
version = "20.1.0a1"
version = "20.1.0a2"
description = "Manage changelog and bump project version number using conventional commits from latest git tag. Support Python, JavaScript projects. Understand CalVer, SemVer version schemas. Designed to run at GitHub Actions."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 2db13b5

Please sign in to comment.