Merge pull request #20 from nextcloud/improve/app-release-process

Improve app release proccess
This commit is contained in:
Christoph Wurst 2021-12-29 12:10:37 +01:00 коммит произвёл GitHub
Родитель a03c9dba70 e5163026d0
Коммит 8fb0a0ec39
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5,7 +5,7 @@
1. Change directory to the app directory and make sure your environment is clean with git status
2. git checkout stablex.x (patch release) or master/main (major/minor release) (this is the branch we want to release)
2. For patch release do git checkout stablex.x (the latest stable version you have) or master/main for major/minor release (this is the branch we want to release)
3. git pull to have the latest changes