From d97a51d379324d2fd8e24a54ec3ad685498a0ce3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Feb 2022 16:40:07 +0000 Subject: [PATCH] chore(release): 5.0.6 [skip ci] ## [5.0.6](https://github.com/saltstack-formulas/template-formula/compare/v5.0.5...v5.0.6) (2022-02-15) ### Documentation * **map.jinja:** fix path to post-map.jinja in docs ([d64cd75](https://github.com/saltstack-formulas/template-formula/commit/d64cd75f62b7ad20f61de85e19534da492f55eda)) ### Tests * **system:** add `build_platform_codename` [skip ci] ([65cf22c](https://github.com/saltstack-formulas/template-formula/commit/65cf22c436903a65f93b9f5e708d8639499d542b)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 9 ++++++--- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 38 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 76cb3984..14510271 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|373 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|39 +@myii|[@myii](https://github.com/myii)|375 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|40 @dafyddj|[@dafyddj](https://github.com/dafyddj)|35 @aboe76|[@aboe76](https://github.com/aboe76)|27 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @@ -25,10 +25,11 @@ Avatar|Contributor|Contributions @duk3luk3|[@duk3luk3](https://github.com/duk3luk3)|1 @marco-m|[@marco-m](https://github.com/marco-m)|1 @whiteinge|[@whiteinge](https://github.com/whiteinge)|1 +@stasjok|[@stasjok](https://github.com/stasjok)|1 @sroegner|[@sroegner](https://github.com/sroegner)|1 @babilen|[@babilen](https://github.com/babilen)|1 @GMAzrael|[@GMAzrael](https://github.com/GMAzrael)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1476ffcf..5cb254e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.0.6](https://github.com/saltstack-formulas/template-formula/compare/v5.0.5...v5.0.6) (2022-02-15) + + +### Documentation + +* **map.jinja:** fix path to post-map.jinja in docs ([d64cd75](https://github.com/saltstack-formulas/template-formula/commit/d64cd75f62b7ad20f61de85e19534da492f55eda)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([65cf22c](https://github.com/saltstack-formulas/template-formula/commit/65cf22c436903a65f93b9f5e708d8639499d542b)) + ## [5.0.5](https://github.com/saltstack-formulas/template-formula/compare/v5.0.4...v5.0.5) (2022-02-13) diff --git a/FORMULA b/FORMULA index 41baa6f3..970cf94a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: TEMPLATE os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Oracle, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 5.0.5 +version: 5.0.6 release: 1 minimum_version: 2019.2 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 9e0c89dc..c6a4d527 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 373 + - 375 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 39 + - 40 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 35 @@ -76,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 1 + * - :raw-html-m2r:`@stasjok` + - `@stasjok `_ + - 1 * - :raw-html-m2r:`@sroegner` - `@sroegner `_ - 1 @@ -89,4 +92,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4f2ecb85..4a08efac 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`5.0.6 `_ (2022-02-15) +---------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **map.jinja:** fix path to post-map.jinja in docs (\ `d64cd75 `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `65cf22c `_\ ) + `5.0.5 `_ (2022-02-13) ----------------------------------------------------------------------------------------------------------