Skip to content

CXX-3097 Set SITEMAP_URL for upcoming releases #1209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ TOC_EXPAND = NO
# protocol see https://www.sitemaps.org
# This tag requires that the tag GENERATE_HTML is set to YES.

SITEMAP_URL =
SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.10.2/

# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
Expand Down
2 changes: 2 additions & 0 deletions etc/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ Example (using Jira syntax formatting):

Set `$LATEST_DOC_TAG` in `etc/generate-latest-apidocs.pl` to the latest release tag.

Change the version number for `SITEMAP_URL` in `Doxyfile` to the latest release version.

Commit these changes to the `post-release-changes` branch:

```bash
Expand Down