]> source.dussan.org Git - gitea.git/commit
Create tag on ui (#13467)
authora1012112796 <1012112796@qq.com>
Sun, 28 Feb 2021 19:57:45 +0000 (03:57 +0800)
committerGitHub <noreply@github.com>
Sun, 28 Feb 2021 19:57:45 +0000 (19:57 +0000)
commit83cf1a894e5a3a60ea72fa6b92744cb0705dd145
tree516863d9c6ead4020004d1730d6bb2d91afbf56b
parent3e652860bb66fafe162079553f8640553c18fe79
Create tag on ui (#13467)

Support create single tag directly

support create tag with message from create release ui

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
13 files changed:
modules/forms/repo_branch_form.go
modules/forms/repo_form.go
modules/git/repo_tag_test.go
options/locale/locale_en-US.ini
routers/api/v1/repo/release.go
routers/repo/branch.go
routers/repo/release.go
services/mirror/mirror_test.go
services/release/release.go
services/release/release_test.go
templates/repo/branch_dropdown.tmpl
templates/repo/release/new.tmpl
web_src/js/index.js