-
Notifications
You must be signed in to change notification settings - Fork 9
Maintenance note
Takuto ASAKURA edited this page Feb 19, 2023
·
2 revisions
This page describes some everyday tasks that Texdoc maintainers should do.
This operation should be executed with the latest version of TeX Live.
rake check_aliases
Executing rake save_output
to save some featured results into the output
dir. Then you can compare the results with the output of the previous versions by using the diff
utility.
First, bump the version:
NEW_TEXDOC_VERSION=<new version>
rake bump_version -- $NEW_TEXDOC_VERSION
git add -A
git commit -m "bump version to $NEW_TEXDOC_VERSION"
git tag v$NEW_TEXDOC_VERSION
git push
git push --tags
Then make an archive for CTAN:
rake ctan