From e059d75df2d618c0969ab45d2f10d914e4509f3d Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Thu, 20 Oct 2022 16:37:31 -0400 Subject: [PATCH] prep for 1.8.5 release --- CHANGELOG.md | 11 +++++++++-- README.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be2ab05a..8e7018a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +### Fixed + +### CI/CD + +### Dependencies + + +## [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. -### CI/CD - ### Dependencies * Bumped pyaction from 4.7.0 to 4.11.0, which includes upgrading Python in the Docker container to 3.10.7. diff --git a/README.md b/README.md index 1e1cfbe0..20473a61 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ you can also use a specific version such as with: ```yml - name: Generate the sitemap - uses: cicirello/generate-sitemap@v1.8.0 + uses: cicirello/generate-sitemap@v1.8.5 with: base-url-path: https://THE.URL.TO.YOUR.PAGE/ ```