You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -423,6 +423,11 @@ be reviewed by two maintainers and must pass the automatic tests.
423
423
* And then push the tag as `git push origin v$vmaj.$vmin.$`. Drone CI will automatically create a release and upload all the compiled binary. (But currently it doesn't add the release notes automatically. Maybe we should fix that.)
424
424
* If needed send a frontport PR for the changelog to branch `main` and update the version in `docs/config.yaml` to refer to the new version.
425
425
* Send PR to [blog repository](https://gitea.com/gitea/blog) announcing the release.
426
+
* Verify all release assets were correctly published through CI on dl.gitea.io and GitHub releases. Once ACKed:
427
+
* send a PR to the [homebrew repo](https://gitea.com/gitea/homebrew-gitea) analog to [this PR](https://gitea.com/gitea/homebrew-gitea/commit/1f9a3fe5eb75b64a96a5336665531abcbd0eef0c)
428
+
* bump the version of https://dl.gitea.io/gitea/version.json
429
+
* merge the blog post PR
430
+
* announce the release in discord `#announcements`
0 commit comments