Skip to content

Commit c9da11c

Browse files
authored
Add announcement steps to release-howto (#18896)
* add announcements steps to release-howto * Also add homebrew update
1 parent af9da81 commit c9da11c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ be reviewed by two maintainers and must pass the automatic tests.
423423
* 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.)
424424
* 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.
425425
* 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`
426431

427432
## Copyright
428433

0 commit comments

Comments
 (0)