Skip to content

Commit 2201c89

Browse files
committed
fix release.yaml
1 parent f4f3c7c commit 2201c89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
PRE_RELEASE: "false"
5353
CHANGELOG_FILE: "CHANGELOG.md"
5454
ALLOW_EMPTY_CHANGELOG: "false"
55-
ALLOW_TAG_PREFIX: "false"
55+
ALLOW_TAG_PREFIX: "true"
56+
RELEASE_NAME_PREFIX: "Release: "
5657
with:
5758
args: |
5859
./target/asciidoctorj-liquibase-extension.jar

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.1.0] - 2021-04-05
9+
## [0.1.1] - 2021-04-05
1010

1111
### :rocket: Added
12-
- Add attributes to control output format and filename [@sebastian-elkhouri](https://github.com/sebastian-elkhouri)
12+
- Add attributes to control output format and filename [@sebastian-elkhouri](https://github.com/sebastian-elkhouri)

0 commit comments

Comments
 (0)