diff --git a/script/tag_release b/script/tag_release index 1fc68ef539..718397ef27 100755 --- a/script/tag_release +++ b/script/tag_release @@ -19,3 +19,6 @@ major, minor, patch = latest_version.segments next_tag = "v#{major}.#{minor}.#{patch.succ}" puts `git push upstream 'HEAD:refs/tags/#{next_tag}'` + +puts "Draft a new release with this tag: + https://github.com/openfoodfoundation/openfoodnetwork/releases/new?tag=#{next_tag}&title=#{next_tag}+Code+Name"