Merge pull request #35 from nextcloud/enh/update-tag-push-process

Update app_release.md
This commit is contained in:
Christoph Wurst 2022-05-17 10:52:04 +02:00 коммит произвёл GitHub
Родитель e6349358dc fd1d7910f9
Коммит 9e0c0e67ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -29,9 +29,10 @@
13. `git tag vx.x.x`
14. `git push origin stablex.x vx.x.x` (this means we push the commit + tags)
14. `git push origin stablex.x vx.x.x` (this means we push the commit + tag)
15. Run `git push release stablex.x vx.x.x` to push it also to the release remote
16. If the case is a minor or major version, you need to branch off this minor or major release: `git checkout -b stablex.x` then do `git push origin stablex.x`
15.1 In case you're releasing from `main`, only push the tag to the release remote: `git push release vx.xx.xx`
17. If the case is a minor or major version, you need to branch off this minor or major release: `git checkout -b stablex.x` then do `git push origin stablex.x`
17. We go to the release's repository tags page, e.g. https://github.com/nextcloud-releases/mail/tags