332
edits
Rootfather (talk | contribs) m |
Rootfather (talk | contribs) |
||
Line 95: | Line 95: | ||
*** On https://translations.scummvm.org/settings/scummvm/scummvm/#vcs switch the repository branch setting back to master | *** On https://translations.scummvm.org/settings/scummvm/scummvm/#vcs switch the repository branch setting back to master | ||
*** On https://translations.scummvm.org/projects/scummvm/scummvm/#repository unlock the component | *** On https://translations.scummvm.org/projects/scummvm/scummvm/#repository unlock the component | ||
* At this point, create the minor release branch according to "Branching for minor releases" | |||
* Note: Make sure that you update the version strings on _both_ the major and the minor branch accordingly! | |||
* You have to update the versions in all relevant files. There is a script, <code>devtools/update-version.pl</code> meant to help you with this. It will generate/update the following files: | * You have to update the versions in all relevant files. There is a script, <code>devtools/update-version.pl</code> meant to help you with this. It will generate/update the following files: | ||
** base/internal_version.h | ** base/internal_version.h | ||
Line 100: | Line 102: | ||
** dists/redhat/scummvm.spec | ** dists/redhat/scummvm.spec | ||
** dists/scummvm.rc | ** dists/scummvm.rc | ||
* Review the following documentation files for version and copyright year updates: | * Review the following documentation files for version and copyright year updates: | ||
** README(.md) | ** README(.md) |
edits