From dd19f43cfc367c69e05a1fb059ba7da0fa834869 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Apr 2020 17:03:22 +0000 Subject: [PATCH] chore(release): 4.0.7 [skip ci] ## [4.0.7](https://github.com/saltstack-formulas/template-formula/compare/v4.0.6...v4.0.7) (2020-04-15) ### Bug Fixes * **convert-formula.sh:** use portable sed function to make replacements ([41e10b5](https://github.com/saltstack-formulas/template-formula/commit/41e10b5249e0c8827844f438d1995cf7cb42d63a)), closes [#192](https://github.com/saltstack-formulas/template-formula/issues/192) ### Continuous Integration * **travis:** add quick check that `convert-formula.sh` has worked ([8312063](https://github.com/saltstack-formulas/template-formula/commit/83120632f3a2246ac640155d374634836c34965a)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 68b93531..5990c4c9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,13 +4,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|255 +@myii|[@myii](https://github.com/myii)|256 @aboe76|[@aboe76](https://github.com/aboe76)|27 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|11 @dafyddj|[@dafyddj](https://github.com/dafyddj)|10 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 -@daks|[@daks](https://github.com/daks)|7 +@daks|[@daks](https://github.com/daks)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @alxwr|[@alxwr](https://github.com/alxwr)|5 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|5 @@ -31,4 +31,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-07. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5147d539..f9a75266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.7](https://github.com/saltstack-formulas/template-formula/compare/v4.0.6...v4.0.7) (2020-04-15) + + +### Bug Fixes + +* **convert-formula.sh:** use portable sed function to make replacements ([41e10b5](https://github.com/saltstack-formulas/template-formula/commit/41e10b5249e0c8827844f438d1995cf7cb42d63a)), closes [#192](https://github.com/saltstack-formulas/template-formula/issues/192) + + +### Continuous Integration + +* **travis:** add quick check that `convert-formula.sh` has worked ([8312063](https://github.com/saltstack-formulas/template-formula/commit/83120632f3a2246ac640155d374634836c34965a)) + ## [4.0.6](https://github.com/saltstack-formulas/template-formula/compare/v4.0.5...v4.0.6) (2020-04-07) diff --git a/FORMULA b/FORMULA index f97022c5..8b04a48e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: TEMPLATE os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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: 4.0.6 +version: 4.0.7 release: 1 minimum_version: 2017.7 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 42d98338..937da739 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 255 + - 256 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 @@ -33,7 +33,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 8 * - :raw-html-m2r:`@daks` - `@daks `_ - - 7 + - 8 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 6 @@ -89,4 +89,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 2020-04-07. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1379e486..0ed6abcc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`4.0.7 `_ (2020-04-15) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **convert-formula.sh:** use portable sed function to make replacements (\ `41e10b5 `_\ ), closes `#192 `_ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** add quick check that ``convert-formula.sh`` has worked (\ `8312063 `_\ ) + `4.0.6 `_ (2020-04-07) ----------------------------------------------------------------------------------------------------------