diff --git a/content/git/using-tags.md b/content/git/using-tags.md index c52926c..2b1b33d 100644 --- a/content/git/using-tags.md +++ b/content/git/using-tags.md @@ -52,7 +52,11 @@ git push ### On Codeberg -To create a release on Codeberg, first go to the `Releases` tab of your repository, and click on `New Release`: +To create a release on Codeberg, first go to your repository `Settings`, click on `Units` -> `Overview`, enable `Enable repository releases` and click on `Save setting`. + +Screenshot of an example repository's settings with circles drawn over the buttons described in the steps above + +Then go to the `Releases` tab of your repository, and click on `New Release`: releases1 diff --git a/content/images/collaborating/citable-code/enable_repository_releases.png b/content/images/collaborating/citable-code/enable_repository_releases.png new file mode 100644 index 0000000..4cdbafe Binary files /dev/null and b/content/images/collaborating/citable-code/enable_repository_releases.png differ