Skip to content

Releases: cicirello/generate-sitemap

generate-sitemap, v1.10.4

11 Oct 20:10
6a56a20

Choose a tag to compare

[1.10.4] - 2025-10-11

Dependencies

  • Bump Python to 3.14
  • Bump cicirello/pyaction to 3.14.0-gh-2.81.0

generate-sitemap, v1.10.3

14 Aug 15:20
19e2228

Choose a tag to compare

[1.10.3] - 2025-08-14

Fixed

  • Fixed failure to get last commit dates in case of nested repository checkouts.

Dependencies

  • Bump cicirello/pyaction from 3.13.5-gh-2.75.1 to 3.13.6-gh-2.76.2

generate-sitemap, v1.10.2

15 Jul 20:25
f76c831

Choose a tag to compare

[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

08 Jun 18:29
eb8db82

Choose a tag to compare

[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

15 Nov 14:55
6364319

Choose a tag to compare

[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

05 Oct 18:34
abcba11

Choose a tag to compare

[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

16 Jan 21:03
e63c84b

Choose a tag to compare

[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

25 Oct 20:20
105142a

Choose a tag to compare

[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

24 Oct 21:38
4229084

Choose a tag to compare

[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 Actions GITHUB_OUTPUT environment file. This patch adds backwards compatibility for those
    users (e.g., it falls back to using the deprecated set-output if GITHUB_OUTPUT doesn't exist).

Dependencies

  • Bump cicirello/pyaction from 4.11.0 to 4.11.1

generate-sitemap, v1.8.5

20 Oct 20:44
cde63db

Choose a tag to compare

[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.