Skip to content

Commit

Permalink
improve changelog message
Browse files Browse the repository at this point in the history
Adds a link to the wiki to the output
  • Loading branch information
upsj committed Feb 11, 2023
1 parent 178dc37 commit 2fc1b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/check-wiki-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ else
HAS_WIKI="$(cat Changelog.md | grep -E ${PR} || echo false)"
if [[ "${HAS_WIKI}" == "false" ]]; then
echo "This PR does not create the corresponding entry in wiki/Changelog"
echo "Please add [#${PR_NUMBER}](https://github.com/ginkgo-project/ginkgo/pull/${PR_NUMBER}) in the wiki/Changelog page"
echo "Please add [#${PR_NUMBER}](https://github.com/ginkgo-project/ginkgo/pull/${PR_NUMBER})"
echo "to the changelog at https://github.com/ginkgo-project/ginkgo/wiki/Changelog"
echo "Alternatively, use the label 1:ST:no-changelog-entry to skip this check."
exit 1
else
Expand Down

0 comments on commit 2fc1b44

Please sign in to comment.