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
* giteaofficial/main:
Fix EasyMDE error when input Enter (go-gitea#19004)
Fix update hint bug (go-gitea#18996)
Fix the editor height in review box (go-gitea#19003)
Add a "admin user generate-access-token" subcommand (go-gitea#17722)
Fix potential assignee query for repo (go-gitea#18994)
Add config option to disable "Update branch by rebase" (go-gitea#18745)
Update `go-enry` to v2.8.0 (go-gitea#18993)
homebrew updates via cron
ignore missing comment for user notifications (go-gitea#18954)
allow overwrite artifacts for github releases (go-gitea#18987)
fix & refactor (go-gitea#18973)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,6 @@ be reviewed by two maintainers and must pass the automatic tests.
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
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
427
* bump the version of https://dl.gitea.io/gitea/version.json
429
428
* merge the blog post PR
430
429
* announce the release in discord `#announcements`
// either `true` to enable AutodetectManualMerge, or `false` to prevent it. `has_pull_requests` must be `true`, Note: In some special cases, misjudgments can occur.
0 commit comments