We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f3c7c commit 2201c89Copy full SHA for 2201c89
.github/workflows/release.yaml
@@ -52,7 +52,8 @@ jobs:
52
PRE_RELEASE: "false"
53
CHANGELOG_FILE: "CHANGELOG.md"
54
ALLOW_EMPTY_CHANGELOG: "false"
55
- ALLOW_TAG_PREFIX: "false"
+ ALLOW_TAG_PREFIX: "true"
56
+ RELEASE_NAME_PREFIX: "Release: "
57
with:
58
args: |
59
./target/asciidoctorj-liquibase-extension.jar
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-## [0.1.0] - 2021-04-05
+## [0.1.1] - 2021-04-05
10
11
### :rocket: Added
12
-- Add attributes to control output format and filename [@sebastian-elkhouri](https://github.com/sebastian-elkhouri)
+- Add attributes to control output format and filename [@sebastian-elkhouri](https://github.com/sebastian-elkhouri)
0 commit comments