Comment
Bug as follows:
- Locally, in the cloned repository, create a tag and push it to Codeberg.
- The tag becomes
https://codeberg.org/<user>/<repo>/releases/tag/<name>. - Now attempt to press the edit button. The form shows.
- Submit. Gives 404, since the proper workflow is to create a new release based on existing tag
Probably shouldn't show the edit button on tags that are not yet releases?
### Comment
Bug as follows:
1. Locally, in the cloned repository, create a tag and push it to Codeberg.
2. The tag becomes `https://codeberg.org/<user>/<repo>/releases/tag/<name>`.
3. Now attempt to press the edit button. The form shows.
4. Submit. Gives 404, since the proper workflow is to create a new release based on existing tag
Probably shouldn't show the edit button on tags that are not yet releases?