We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c3b99 commit 9d809e9Copy full SHA for 9d809e9
.github/workflows/release-proposal-dispatch.yml
@@ -390,7 +390,6 @@ jobs:
390
"",
391
(if $api_info.version then "**Next version:** `\($api_info.version)`\n" else null end),
392
"**Semver bump:** `\($api_info.level)`",
393
- "",
394
(if $api_info.tag then "**Tag:** `\($api_info.tag)`\n" else null end),
395
(if $api_info.initial_release == "true" then
396
"**Warning:** this is an initial release. Please verify that the version and commits included are correct.\n"
0 commit comments