-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[API] Add repoCreateTag function #14669
Comments
Hey @6543, I'd like to look into this. As a newcomer few pointers would be helpful. :) |
first start is to read the CONTRIBUTING.md especially the API v1 section for this issue you can have a look how CreateRelease works gitea/routers/api/v1/repo/release.go Lines 128 to 211 in 24f7bd5
just remove unnecessary options & tell releaseservice.CreateRelease to only create a tag but no release :) |
@segfult if you have specific questions just PM me via Discord |
will do, thanks. |
POST /repos/{owner}/{repo}/tags
to create a tagThe text was updated successfully, but these errors were encountered: