Push a single tag and aovid --tags

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-05-05 16:55:17 +02:00
Родитель fc5c5a8b96
Коммит ba02a45061
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -29,8 +29,8 @@
13. `git tag vx.x.x`
14. `git push origin stablex.x --tags` (this means we push the commit + tags)
15. Run `git push release stablex.x --tags` to push it also to the release remote
14. `git push origin stablex.x vx.x.x` (this means we push the commit + tags)
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`
17. We go to the release's repository tags page, e.g. https://github.com/nextcloud-releases/mail/tags