Skip to content

Commit 874a00a

Browse files
committed
DEVELOPER.md: update procedure for upgrading TZDB
1 parent db68530 commit 874a00a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DEVELOPER.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ available.
839839
- `HinnantBasicTest/Makefile`
840840
- `HinnantExtendedTest/Makefile`
841841
- Validate against one library, acetimec:
842-
- `$ vi AcetimecExtendedTest/Makefile`
843842
- `$ make -C AcetimecExtendedTest clean`
844843
- `$ make -C AcetimecExtendedTest all`
845844
- `$ make -C AcetimecExtendedTest run`
@@ -853,13 +852,18 @@ available.
853852
- Update the `TZ_VERSION` variable in the makefiles.
854853
- `$ make zonedbs`
855854
- Update CHANGELOGs
855+
- Copy a summary of the TZDB release notes from
856+
https://mm.icann.org/pipermail/tz-announce/ to the various CHANGELOG.md
857+
files.
856858
- AceTime/CHANGELOG.md
857859
- acetimec/CHANGELOG.md
858860
- acetimepy/CHANGELOG.md
859861
- AceTimeValidation/CHANGELOG.md
860-
- Commit the changes to git
862+
- Commit and push the changes for the following repos: AceTime, acetimec,
863+
acetimepy, AceTimeValidation
861864
- `$ git add ...`
862865
- `$ git commit -m "..."`
866+
- `$ git push`
863867

864868
There are 12 other validation tests in the AceTimeValidation project that
865869
compare AceTime with various other third party libraries:

0 commit comments

Comments
 (0)