diff --git a/README.md b/README.md index c7c3fb1..030ac34 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield] -[![GitLab CI][gitlabci-shield]][gitlabci] +[![Github Actions][github-actions-shield]][github-actions] ![Project Maintenance][maintenance-shield] [![GitHub Activity][commits-shield]][commits] @@ -107,12 +107,12 @@ SOFTWARE. [docs]: https://github.com/hassio-addons/addon-bookstack/blob/master/bookstack/DOCS.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-bookstack/badges/master/pipeline.svg -[gitlabci]: https://gitlab.com/hassio-addons/addon-bookstack/pipelines +[github-actions-shield]: https://github.com/hassio-addons/addon-bookstack/workflows/CI/badge.svg +[github-actions]: https://github.com/hassio-addons/addon-bookstack/actions [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [issue]: https://github.com/hassio-addons/addon-bookstack/issues [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [reddit]: https://reddit.com/r/homeassistant [releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-bookstack.svg diff --git a/bookstack/DOCS.md b/bookstack/DOCS.md index af42cec..36ed32b 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