Update RELEASING.md

pull/361/head
green-green-avk 2021-06-14 20:23:58 -07:00 zatwierdzone przez GitHub
rodzic 4353bf1f4f
commit 7fff8b6d5c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ Releasing
2. Update the `README.md` with the new version and update `CHANGELOG.md`
3. `./gradlew clean build`
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` -m "Changelog message 1" - m "Changelog message 2" -m "Changelog message 3"
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` `-m "Changelog message 1"` `-m "Changelog message 2"` `-m "Changelog message 3"`
6. `git push && git push --tags`
*Note:* To get the changelog messages from the commit history, issue