-
Notifications
You must be signed in to change notification settings - Fork 9
Maintenance note
Takuto Asakura edited this page Feb 9, 2025
·
3 revisions
This page describes some everyday tasks that Texdoc maintainers should do.
This operation should be executed using the latest version of TeX Live.
rake check_aliasesExecuting 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.
The brief summary of the changes made in the release should be documented in NEWS.
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 --tagsThen, make an archive for CTAN:
rake ctan