diff --git a/gating/generate_release_notes/run b/gating/generate_release_notes/run index 62b9dda..5c42ac8 100755 --- a/gating/generate_release_notes/run +++ b/gating/generate_release_notes/run @@ -14,4 +14,6 @@ # RE_HOOK_RELEASE_NOTES: The file where release notes should be written. The # release notes should be formatted with GitHub-flavoured Markdown. # RE_HOOK_REPO_HTTP_URL: The URL for the repository being released e.g. -# https://github.com/rcbops/rpc-openstack.git. \ No newline at end of file +# https://github.com/rcbops/rpc-openstack.git. + +echo "Release notes generation has not been implemented for ${RE_HOOK_REPO_HTTP_URL}" > $RE_HOOK_RELEASE_NOTES