We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b553e9 commit 5c27873Copy full SHA for 5c27873
scripts/releaser.sh
@@ -9,7 +9,7 @@ function generate_changelog {
9
echo
10
echo "## :warning: Breaking Changes"
11
12
- cat "${MERGED_PRS}" | grep "\!"
+ cat "${MERGED_PRS}" | grep "\!" || true # no breaking change, section should be removed.
13
14
15
echo "## :rocket: Features"
@@ -35,7 +35,7 @@ function generate_changelog {
35
echo "## :package: Docker Image"
36
37
echo "\`\`\`sh"
38
- echo "# This pull command only works when it's released
+ echo "# This pull command only works when it's released"
39
echo "docker pull registry.k8s.io/external-dns/external-dns:${VERSION}"
40
echo "\`\`\`"
41
0 commit comments