diff --git a/README.md b/README.md index ae90067e4..3cbfa278d 100644 --- a/README.md +++ b/README.md @@ -848,10 +848,10 @@ SOFTWARE. [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/91d95b3 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/91d95b3/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/3eef3f4 +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/3eef3f4/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-91d95b3-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-3eef3f4-blue.svg [bookstack-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/bookstack/CHANGELOG.md b/bookstack/CHANGELOG.md index ea2d58f25..1adff2a55 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog since v0.7.0 +- 📚 Documentation updates (#31) + +* 📚 Update to Github Actions + +* 📚 Maintenance year + +* 📚 Doc tweaks - 📚 Update Code of Conduct (#28) - 🔨 Remove no longer needed gitlab config (#29) - ⬆ Update image to 9.0.1 and package dependencies (#30) diff --git a/bookstack/DOCS.md b/bookstack/DOCS.md index af42cec6d..36ed32bdb 100644 --- a/bookstack/DOCS.md +++ b/bookstack/DOCS.md @@ -106,8 +106,7 @@ that there is no easy upgrade path between the two options. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented @@ -170,7 +169,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx [sinclairpaul]: https://github.com/sinclairpaul [issue]: https://github.com/hassio-addons/addon-bookstack/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-bookstack/releases [semver]: http://semver.org/spec/v2.0.0 diff --git a/bookstack/README.md b/bookstack/README.md index a124ae0a4..43f0f399a 100644 --- a/bookstack/README.md +++ b/bookstack/README.md @@ -42,6 +42,6 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-91d95b3-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/91d95b3 +[release-shield]: https://img.shields.io/badge/version-3eef3f4-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/3eef3f4 [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png \ No newline at end of file diff --git a/bookstack/config.json b/bookstack/config.json index f2adc7f77..abe142ed3 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "91d95b3", + "version": "3eef3f4", "slug": "bookstack", "description": "Simple & Free Wiki Software", "url": "https://github.com/hassio-addons/addon-bookstack",