We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9654a26 commit 773f915Copy full SHA for 773f915
1 file changed
.github/workflows/make-chart-release.yaml
@@ -68,11 +68,7 @@ jobs:
68
export GIT_CLIFF__GIT__TAG_PATTERN="$CHART-*"
69
GIT_CLIFF__GIT__IGNORE_TAGS="$CHART-v?[0-9]+.[0-9]+.[0-9]+-.*"
70
71
- if [[ -n "${{ needs.init.outputs.prerelease }}" ]]; then
72
- yarn git-cliff -c ".cliff.toml" --include-path "charts/$CHART/**" --strip all -u -t "${{ needs.init.outputs.tag }}" -o "RELEASE-NOTES.md"
73
- else
74
- yarn git-cliff -c ".cliff.toml" --include-path "charts/$CHART/**" --strip all -l -o "RELEASE-NOTES.md"
75
- fi
+ yarn git-cliff -c ".cliff.toml" --include-path "charts/$CHART/**" --strip all -l -t "${{ needs.init.outputs.tag }}" -o "RELEASE-NOTES.md"
76
77
- uses: actions/upload-artifact@v3
78
with:
0 commit comments