Skip to content

Commit

Permalink
update changelog (#221)
Browse files Browse the repository at this point in the history
* update changelog

* fix spelling mistake
  • Loading branch information
jdkandersson authored Oct 9, 2023
1 parent f4a8ec1 commit 9ec9d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Changelog

## [Unreleased]
## [v0.7.0] - 2023-10-09

### Added

- Support for defining a contents index in the `index.md` file.
- Support for hidden items on the contentx index.
- Support for external items on the contents index
- Automatically moving the `discourse-gatekeeper/content` tag when the
documentation is up to date with discourse

### Fixed

- Navigation table not getting removed if the contents was hidden using the
`[details=...]...[/details]` tag.

### Fixed

- No longer use empty values from `INPUT_COMMIT_SHA` instead of reading the
event/ environment
- Removing leading and trailing whitespace in base content for comparison
- Correct failing pre-flight checks due to shallowly checked out repos

## [v0.6.0] - 2023-07-07

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Additional recommended steps:
Note that the action may change the order of how groups and pages are
displayed in the navigation pane. The action will sort them alphabetically.
4. Optionally, remove the current `docs` key from `metadata.yaml` if you would
like the action to create its own topics on discourse rather than re-use
like the action to create its own topics on discourse rather than reuse
any existing topics. This means that if, for some reason, you don't like
what the action does, you can easily revert back to the previous
documentation. Be sure to file an issue with the reason if the action does
Expand Down

0 comments on commit 9ec9d22

Please sign in to comment.