Skip to content

Commit

Permalink
ci(release): correct full changelog url
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Nov 20, 2024
1 parent 3995ab3 commit 7ad1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
else
git diff $PRETAG..${{ github.sha }} -- CHANGELOG.md | grep -E '^\+' | grep -v '+++' | sed -e 's/^\+//g' | sed -e 's/##\s[0-9.]*\s.*//g' | sed -e '/^$/d' >> /tmp/diff-changelog.md
echo "" >> /tmp/diff-changelog.md
echo "**Full Changelog**: https://github.com/miyamo2/kubectl-create-transient_configmap /compare/${PRETAG}...${CURRENTTAG}" >> /tmp/diff-changelog.md
echo "**Full Changelog**: https://github.com/miyamo2/kubectl-create-transient_configmap/compare/${PRETAG}...${CURRENTTAG}" >> /tmp/diff-changelog.md
fi
- name: Push Tag
Expand Down

0 comments on commit 7ad1c4e

Please sign in to comment.