Changes between Version 61 and Version 62 of ReleaseGuidelines
- Timestamp:
- 01/14/23 19:11:24 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseGuidelines
v61 v62 33 33 mkdir dist; cd dist; ../configure; cd .. 34 34 }}} 35 * download PO-translations from Transifex.net by command{{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository])36 * store translations in git repo by following commands:35 * download PO-translations from Transifex.net: {{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository]) 36 * store translations in git repo 37 37 {{{ 38 38 make -C dist/po update-po … … 41 41 git push origin master 42 42 }}} 43 * download the hint translations from Transifex.net by command: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}}44 * store translations in git repo by following commands:43 * download the hint translations from Transifex.net: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}} 44 * store translations in git repo 45 45 {{{ 46 46 git add doc/hints/l10n/mc.hint.* … … 49 49 }}} 50 50 * create new NEWS wiki page for next version with empty template. Template may be copied from current NEWS wiki page (without list of tasks and bugreports) 51 * add content of current NEWS wiki page to the doc/NEWS file in git repo. Save it in git by following commands:51 * add content of current NEWS wiki page to the doc/NEWS file in git repo. Save it in git: 52 52 {{{ 53 53 git add doc/NEWS … … 57 57 * new version in Trac 58 58 * new milestone in Trac 59 * create new tag in git by command(see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg key for signing releases])59 * create new tag in git (see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg key for signing releases]) 60 60 {{{ 61 61 git tag -s <version> … … 79 79 }}} 80 80 * upload source packages and checksums to {{{scp mc-X.X.XX.* midnightcommander@ftp-osl.osuosl.org:/home/midnightcommander/data}}} (all maintainers have access via pubkeys) 81 * run command:{{{ssh midnightcommander@ftp-osl.osuosl.org '/home/midnightcommander/trigger-midnightcommander'}}}81 * run {{{ssh midnightcommander@ftp-osl.osuosl.org '/home/midnightcommander/trigger-midnightcommander'}}} 82 82 * update Wiki start page with latest release number 83 83 * write an announcement: list user visible changes (bugs and features)