From db00402b2e5635274cc5a30df28e47fde30fee7a Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Wed, 20 Jan 2021 13:23:49 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9A=20Update=20to=20Github=20Actio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7c3fb1..0f17568 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,8 +107,8 @@ 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 From a48635e50b4ed8ef3d7edca3d1a921559a157def Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Wed, 20 Jan 2021 13:24:04 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9A=20Maintenance=20year?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f17568..030ac34 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ SOFTWARE. [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 From 43206670f68c04d8ae454b32c8754f235d841ec5 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Wed, 20 Jan 2021 13:24:16 -0500 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9A=20Doc=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/DOCS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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