Skip to content

Commit 2edef4a

Browse files
committed
Fix release
1 parent 88eacf8 commit 2edef4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
DRAFT_RELEASE: "false"
2929
PRE_RELEASE: "false"
3030
CHANGELOG_FILE: "CHANGELOG.md"
31+
ALLOW_TAG_PREFIX: "true"
3132

3233
- name: Build and publish to PyPI
3334
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.0.a0] - 03/08/2020
8+
## [0.1.0-a0] - 03/08/2020
99
- Initial release

0 commit comments

Comments
 (0)