We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554135a commit 399fba2Copy full SHA for 399fba2
.github/release-configs/ci-helm.yml
@@ -5,9 +5,9 @@ include-paths:
5
template: |
6
# What's Changed
7
$CHANGES
8
- **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...ci-helm-${RESOLVED_VERSION}
9
-name-template: "Version ci-helm - ${RESOLVED_VERSION}"
10
-tag-template: "ci-helm-${RESOLVED_VERSION}"
+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...ci-helm-$RESOLVED_VERSION
+name-template: "Version ci-helm - $RESOLVED_VERSION"
+tag-template: "ci-helm-$RESOLVED_VERSION"
11
tag-prefix: "ci-helm-"
12
prerelease-identifier: "rc"
13
version-resolver:
0 commit comments