Skip to content

Commit

Permalink
Merge pull request #72 from cicirello/prep-1-8-5
Browse files Browse the repository at this point in the history
Preparation for 1.8.5 release
  • Loading branch information
cicirello authored Oct 20, 2022
2 parents b1e9fb4 + e059d75 commit cde63db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
Expand Down

0 comments on commit cde63db

Please sign in to comment.