[go: nahoru, domu]

Skip to content

Commit

Permalink
Wrote in release checklist that one should update release checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-zeman committed Nov 4, 2023
1 parent 77fc440 commit bfd3ce3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions release_checklist_task_force.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ See [here](release_checklist.html) for the checklist for data contributors.
Otherwise they could be mistakenly picked for the release.<br />
<code>for i in UD_* ; do echo $i ; cd $i ; git status ; if git status | grep -P '(Untracked files|ahead of)' > /dev/null ; then echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX UNCLEAN GIT STATUS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ; sleep 10 ; fi; cd .. ; echo ; done</code>
* Update version numbers in the commands in this file (`docs/release_checklist_task_force.md`).
Besides batch-replacing the previous release number to the new release number (e.g., replace all
occurrences of 1.12 with 1.13), the pre-previous release is occasionally mentioned (e.g., replace
1.11 with 1.12). Furthermore, the next step mentiones the month when the next release is expected
(replace November 2020 with May 2021).
In the examples here we assume that we are going to build release 1.13 in November 2020.
Besides batch-replacing the previous release number to the new release number (replace all
occurrences of 1.12 with 1.13), the pre-previous release is occasionally mentioned (replace 1.11
with 1.12). Furthermore, the next step mentiones the month when the next release is expected
(replace November 2020 with May 2021) and one of the steps below mentions the current release
date (replace 2020-05-15 with 2020-11-15).
* Run `tools/check_release.pl --release 2.13 --next-expected 'May 2024' --oldpath /net/data/universal-dependencies-2.12 |& tee release-2.13-report.txt | less`.
The script will visit all repositories and report any missing files, unexpected or unexpectedly named files.
It will download the [online validation report](http://quest.ms.mff.cuni.cz/udvalidator/)
Expand Down

0 comments on commit bfd3ce3

Please sign in to comment.