Skip to content

Commit fefc32b

Browse files
committed
Add section on release cycles.
1 parent d4ee063 commit fefc32b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/pkgr/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ Finally, have a look at what the command-line utility that ships with the packag
190190

191191
gitlab-ce [run|scale|logs|config|config:set|config:get]
192192

193-
You can find out about all the latest releases at <https://packager.io/gh/gitlabhq/gitlabhq>.
193+
## Release cycle
194+
195+
New packages are automatically generated whenever code is pushed into the `6-9-stable` branch of GitLab, so once you're pinned to a specific branch, only backwards compatible changes should get into the packages.
196+
197+
Whenever a new main branch is released (let's say `7-0-stable`), you can either modify your `gitlab-ce.list` file to upgrade, or just keep using the version you're pointing to.
198+
199+
If you're feeling adventurous and want to test the latest an greatest, you can also try pointing to `master` branch. Find out about all the latest releases at <https://packager.io/gh/gitlabhq/gitlabhq>.
194200

195201
**Enjoy!**

0 commit comments

Comments
 (0)