1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 01:14:27 +00:00
gitea/services/release
Kemal Zebari f05d9c98c4
Handle invalid target when creating releases using API ()
A 500 status code was thrown when passing a non-existent target to the
create release API. This snapshot handles this error and instead throws
a 404 status code.

Discovered while working on .
2024-09-12 07:47:31 +00:00
..
release_test.go Simplify how git repositories are opened () 2024-01-27 21:09:51 +01:00
release.go Handle invalid target when creating releases using API () 2024-09-12 07:47:31 +00:00
tag.go Allow to sync tags from admin dashboard () 2024-01-24 03:02:04 +00:00