aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-02-25 16:08:34 +0800
committerGitHub <noreply@github.com>2023-02-25 16:08:34 +0800
commit361a68122577fc01dcb800e1556e9cb1a7527f77 (patch)
tree9ecc8bf4c097e94194e2999d5aa8c2d6b11473bc
parent73ae88badfff8a6662c1ac18ac48bb83c37305c2 (diff)
docs: minor updates (#7367)
[skip ci]
-rw-r--r--.github/ISSUE_TEMPLATE/dev_release_patch_version.md2
-rw-r--r--docs/admin/release_strategy.md2
-rw-r--r--docs/dev/local_development.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
index 6ae7bb05..501f34fd 100644
--- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
+++ b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
@@ -21,7 +21,7 @@ On the release branch:
- [ ] [Update the hard-coded version](https://github.com/gogs/gogs/commit/f0e3cd90f8d7695960eeef2e4e54b2e717302f6c) to the current release, e.g. `0.12.0` -> `0.12.1`.
- [ ] Wait for GitHub Actions to complete and no failed jobs.
- [ ] Publish new RC releases (e.g. `v0.12.0-rc.1`, `v0.12.0-rc.2`) to ensure Docker workflow succeeds. **Make sure the tag is created on the release branch**.
- - [ ] Pull down the Docker image and [run through application setup](https://github.com/gogs/gogs/blob/main/docker/README.md) to make sure nothing blows up.
+ - Pull down the Docker image and [run through application setup](https://github.com/gogs/gogs/blob/main/docker/README.md) to make sure nothing blows up.
- [ ] Publish a new [GitHub release](https://github.com/gogs/gogs/releases) with entries from [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) for the current patch release and all previous releases with same minor version. **Make sure the tag is created on the release branch**.
- [ ] Update all previous GitHub releases with same minor version with the warning:
```
diff --git a/docs/admin/release_strategy.md b/docs/admin/release_strategy.md
index 6d71c946..ba7e8174 100644
--- a/docs/admin/release_strategy.md
+++ b/docs/admin/release_strategy.md
@@ -16,7 +16,7 @@ Each minor release has its own release branch with prefix `release/`, e.g. `rele
If you're running Gogs with any version below 0.12, please upgrade to 0.12 to run necessary migrations.
-### After 0.12
+### Since 0.12
We maintain one minor version backwards compatibility, patch releases are disregarded.
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md
index 123b28c5..a6cb6197 100644
--- a/docs/dev/local_development.md
+++ b/docs/dev/local_development.md
@@ -21,7 +21,7 @@ Gogs is built and runs as a single binary and meant to be cross platform. Theref
Gogs has the following dependencies:
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (v1.8.3 or higher)
-- [Go](https://golang.org/doc/install) (v1.16 or higher)
+- [Go](https://golang.org/doc/install) (v1.18 or higher)
- [Less.js](http://lesscss.org/usage/#command-line-usage-installing)
- [Task](https://github.com/go-task/task) (v3)
- [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports)