-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Create tag on ui #13467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tag on ui #13467
Conversation
Signed-off-by: a1012112796 <[email protected]>
Wouldn't it be better to to that from specific form like release where you can also input tag message? |
Agree, tags have messages, even if we don't display them yet, so there needs to be a form probably (thought I personally don't mind creating tags on CLI only). |
I would considder this a feature or enhancement but not a bugfix |
@codecov-io waiting result :) |
Codecov Report
@@ Coverage Diff @@
## master #13467 +/- ##
==========================================
- Coverage 42.23% 42.21% -0.02%
==========================================
Files 771 771
Lines 82185 82239 +54
==========================================
+ Hits 34708 34721 +13
- Misses 41827 41856 +29
- Partials 5650 5662 +12
Continue to review full report at Codecov.
|
* master: [skip ci] Updated translations via Crowdin Fix bug because of duplicated join (go-gitea#14454) Cron job to cleanup hook_task table (go-gitea#13080) Fix panic 500 page rendering (go-gitea#14474) [skip ci] Updated translations via Crowdin Move macaron to chi (go-gitea#14293) [skip ci] Updated translations via Crowdin Fix incorrect key name so registerManualConfirm setting works as expected. (go-gitea#14455)
Support create single tag directly

support create tag with message from create release ui
