release_docs.py (googletest-release-1.10.0) | : | release_docs.py (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 40 | skipping to change at line 40 | |||
"""Script for branching Google Test/Mock wiki pages for a new version. | """Script for branching Google Test/Mock wiki pages for a new version. | |||
SYNOPSIS | SYNOPSIS | |||
release_docs.py NEW_RELEASE_VERSION | release_docs.py NEW_RELEASE_VERSION | |||
Google Test and Google Mock's external user documentation is in | Google Test and Google Mock's external user documentation is in | |||
interlinked wiki files. When we release a new version of | interlinked wiki files. When we release a new version of | |||
Google Test or Google Mock, we need to branch the wiki files | Google Test or Google Mock, we need to branch the wiki files | |||
such that users of a specific version of Google Test/Mock can | such that users of a specific version of Google Test/Mock can | |||
look up documenation relevant for that version. This script | look up documentation relevant for that version. This script | |||
automates that process by: | automates that process by: | |||
- branching the current wiki pages (which document the | - branching the current wiki pages (which document the | |||
behavior of the SVN trunk head) to pages for the specified | behavior of the SVN trunk head) to pages for the specified | |||
version (e.g. branching FAQ.wiki to V2_6_FAQ.wiki when | version (e.g. branching FAQ.wiki to V2_6_FAQ.wiki when | |||
NEW_RELEASE_VERSION is 2.6); | NEW_RELEASE_VERSION is 2.6); | |||
- updating the links in the branched files to point to the branched | - updating the links in the branched files to point to the branched | |||
version (e.g. a link in V2_6_FAQ.wiki that pointed to | version (e.g. a link in V2_6_FAQ.wiki that pointed to | |||
Primer.wiki#Anchor will now point to V2_6_Primer.wiki#Anchor). | Primer.wiki#Anchor will now point to V2_6_Primer.wiki#Anchor). | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |