diff --git a/README.md b/README.md index 9403d7a..53fa5df 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] @@ -98,16 +98,16 @@ SOFTWARE. [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-chrony.svg -[commits]: https://github.com/hassio-addons/addon-chrony/commits/master +[commits]: https://github.com/hassio-addons/addon-chrony/commits/main [contributors]: https://github.com/hassio-addons/addon-chrony/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-chrony/blob/master/chrony/DOCS.md +[docs]: https://github.com/hassio-addons/addon-chrony/blob/main/chrony/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-chrony/badges/master/pipeline.svg -[gitlabci]: https://gitlab.com/hassio-addons/addon-chrony/pipelines +[github-actions-shield]: https://github.com/hassio-addons/addon-chrony/workflows/CI/badge.svg +[github-actions]: https://github.com/hassio-addons/addon-chrony/actions [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [issue]: https://github.com/hassio-addons/addon-chrony/issues [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-chrony.svg diff --git a/chrony/DOCS.md b/chrony/DOCS.md index 93a2c3a..d16182a 100644 --- a/chrony/DOCS.md +++ b/chrony/DOCS.md @@ -77,8 +77,7 @@ time source. The application will select which to reference. ## 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 @@ -140,7 +139,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-chrony/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-chrony/releases [semver]: http://semver.org/spec/v2.0.0.htm