-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Implement delete release attachments and update release attachments' name (#14130) #15666
Implement delete release attachments and update release attachments' name (#14130) #15666
Conversation
…name (go-gitea#14130) * Implement delete release attachment * Add attachments on release edit page * Fix bug * Finish del release attachments * Fix frontend lint * Fix tests * Support edit release attachments * Added tests * Remove the unnecessary parameter isCreate from UpdateReleaseOrCreatReleaseFromTag * Rename UpdateReleaseOrCreatReleaseFromTag to UpdateRelease * Fix middle align
Not sure about this - it's technically a feature - but I know we tend to have relatively slow turnarounds for 1.15 |
Understood - I'm perfectly happy either way. We should be diligent on not adding breaking changes & new features. The reason I thought this might be appropriate is:
If you're uncomfortable with it, lets close this and work on |
Since there is no migration and break thing, I think it's OK. |
@kdumontnu can you update the branch please :) |
Backport #14130
fix #677
Co-authored-by: lunny