]> source.dussan.org Git - gitea.git/commitdiff
Add a notice for breaking check in upgrade document (#20682)
authorwxiaoguang <wxiaoguang@gmail.com>
Fri, 5 Aug 2022 14:20:13 +0000 (22:20 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 14:20:13 +0000 (10:20 -0400)
docs/content/doc/upgrade/from-gitea.en-us.md

index f5c9551f31d2511c38ef7d4b98fb382ba7d4a47a..0d22a32439c85ec1027a04fef7ec6d61a0b29c21 100644 (file)
@@ -23,6 +23,12 @@ To update Gitea, download a newer version, stop the old one, perform a backup, a
 Every time a Gitea instance starts up, it checks whether a database migration should be run.
 If a database migration is required, Gitea will take some time to complete the upgrade and then serve.
 
+## Check the Changelog for breaking changes
+
+To make Gitea better, some breaking changes are unavoidable, especially for big milestone releases.
+Before upgrade, please read the [Changelog on Gitea blog](https://blog.gitea.io/)
+and check whether the breaking changes affect your Gitea instance.
+
 ## Backup for downgrade
 
 Gitea keeps compatibility for patch versions whose first two fields are the same (`a.b.x` -> `a.b.y`),