Skip to content

Commit 773f915

Browse files
.
1 parent 9654a26 commit 773f915

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/make-chart-release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ jobs:
6868
export GIT_CLIFF__GIT__TAG_PATTERN="$CHART-*"
6969
GIT_CLIFF__GIT__IGNORE_TAGS="$CHART-v?[0-9]+.[0-9]+.[0-9]+-.*"
7070
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
71+
yarn git-cliff -c ".cliff.toml" --include-path "charts/$CHART/**" --strip all -l -t "${{ needs.init.outputs.tag }}" -o "RELEASE-NOTES.md"
7672
7773
- uses: actions/upload-artifact@v3
7874
with:

0 commit comments

Comments
 (0)