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 a2314ca commit f9763f1Copy full SHA for f9763f1
templates/repo/release/new.tmpl
@@ -120,6 +120,10 @@
120
</button>
121
{{end}}
122
{{else}}
123
+ {{if not .tag_name}}
124
+ <button class="ui small button" name="tag_only" value="1">{{ctx.Locale.Tr "repo.release.add_tag"}}</button>
125
+ {{end}}
126
+ <button class="ui small button" name="draft" value="1">{{ctx.Locale.Tr "repo.release.save_draft"}}</button>
127
<button class="ui small primary button">
128
{{ctx.Locale.Tr "repo.release.publish"}}
129
0 commit comments