Releases: cicirello/generate-sitemap
Releases · cicirello/generate-sitemap
generate-sitemap, v1.10.4
[1.10.4] - 2025-10-11
Dependencies
- Bump Python to 3.14
- Bump
cicirello/pyaction
to3.14.0-gh-2.81.0
generate-sitemap, v1.10.3
generate-sitemap, v1.10.2
[1.10.2] - 2025-07-15
Dependencies
- Use the new tag scheme for cicirello/pyaction.
- Bumps cicirello/pyaction to 3.13.5-gh-2.75.1.
generate-sitemap, v1.10.1
[1.10.1] - 2024-06-08
Fixed
- Escape characters that must be escaped in XML.
Dependencies
- Bump cicirello/pyaction from 4.26.0 to 4.30.0
generate-sitemap, v1.10.0
[1.10.0] - 2023-11-15
Added
- Ability to specify list of paths to exclude from sitemap, via new input
exclude-paths
.
Dependencies
- Bump cicirello/pyaction from 4.25.0 to 4.26.0
generate-sitemap, v1.9.2
[1.9.2] - 2023-10-05
Fixed
- Fix minor bug in regex used to detect if a page has a meta robots noindex directive in head.
CI/CD
- Bump Python to 3.12 in CI/CD workflows when running unit tests.
Dependencies
- Bump cicirello/pyaction from 4.14.1 to 4.25.0, including upgrading Python within the Docker container to 3.12.
generate-sitemap, v1.9.1
[1.9.1] - 2023-01-16
Fixed
- Case-insensitive check for
<meta name="robots" content="noindex">
in head of html files. - Correct handling of
<meta content="noindex" name="robots">
(i.e., content before name).
Dependencies
- Bump cicirello/pyaction from 4.12.0 to 4.14.1
generate-sitemap, v1.9.0
[1.9.0] - 2022-10-25
Added
- Option to include dates only in the lastmod fields of XML sitemaps. Default includes full date-time.
CI/CD
- Bump Python to 3.11 in CI/CD workflows.
Dependencies
- Bump cicirello/pyaction from 4.11.1 to 4.12.0, which includes upgrading Python in the Docker container to 3.11.0.
generate-sitemap, v1.8.6
[1.8.6] - 2022-10-24
Fixed
- Some users may be using the action on a self-hosted runner not yet updated to a version supporting the
new GitHub ActionsGITHUB_OUTPUT
environment file. This patch adds backwards compatibility for those
users (e.g., it falls back to using the deprecatedset-output
ifGITHUB_OUTPUT
doesn't exist).
Dependencies
- Bump cicirello/pyaction from 4.11.0 to 4.11.1
generate-sitemap, v1.8.5
[1.8.5] - 2022-10-20
Fixed
- Replaced the usage of GitHub Action's deprecated
set-output
with the new$GITHUB_OUTPUT
env file. - Handle alternate casing of boolean inputs in GitHub workflow YAML files (previously expected lowercase).
- Refactored entrypoint for improved maintainability, and ease of planned new functionality.
Dependencies
- Bumped pyaction from 4.7.0 to 4.11.0, which includes upgrading Python in the Docker container to 3.10.7.