From b7654c34a4322c47829c007aabf1a6bbb38b7627 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jun 2019 21:25:13 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/saltstack-formulas/template-formula/compare/v2.2.1...v3.0.0) (2019-06-13) ### Code Refactoring * **pkgname:** reserve 'pkg' as packaging dict ([c6ae81c](https://github.com/saltstack-formulas/template-formula/commit/c6ae81c)) ### Continuous Integration * **kitchen+travis:** modify matrix to include `develop` platform ([7b5d4ff](https://github.com/saltstack-formulas/template-formula/commit/7b5d4ff)) ### BREAKING CHANGES * **pkgname:** the parameter `pkg` is now a dictionary. References to `template.pkg` should be changed to `template.pkg.name`. --- AUTHORS.md | 6 +++--- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 22 ++++++++++++++++++++++ 5 files changed, 47 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ea5f40d1..4b76da6d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|155 +@myii|[@myii](https://github.com/myii)|158 @aboe76|[@aboe76](https://github.com/aboe76)|22 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|15 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|16 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @alxwr|[@alxwr](https://github.com/alxwr)|5 @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-31. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-13. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6d2890..8b95cc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [3.0.0](https://github.com/saltstack-formulas/template-formula/compare/v2.2.1...v3.0.0) (2019-06-13) + + +### Code Refactoring + +* **pkgname:** reserve 'pkg' as packaging dict ([c6ae81c](https://github.com/saltstack-formulas/template-formula/commit/c6ae81c)) + + +### Continuous Integration + +* **kitchen+travis:** modify matrix to include `develop` platform ([7b5d4ff](https://github.com/saltstack-formulas/template-formula/commit/7b5d4ff)) + + +### BREAKING CHANGES + +* **pkgname:** the parameter `pkg` is now a dictionary. References + to `template.pkg` should be changed to `template.pkg.name`. + ## [2.2.1](https://github.com/saltstack-formulas/template-formula/compare/v2.2.0...v2.2.1) (2019-05-31) diff --git a/FORMULA b/FORMULA index c3a5ef3a..6541aad1 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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: 2.2.1 +version: 3.0.0 release: 1 minimum_version: 2016.11 summary: Template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 16bc996e..19004036 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 155 + - 158 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 22 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 15 + - 16 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 8 @@ -83,4 +83,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 2019-05-31. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c4ab0c63..5f2dd1fa 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`3.0.0 `_ (2019-06-13) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pkgname:** reserve 'pkg' as packaging dict (\ `c6ae81c `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `7b5d4ff `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **pkgname:** the parameter ``pkg`` is now a dictionary. References + to ``template.pkg`` should be changed to ``template.pkg.name``. + `2.2.1 `_ (2019-05-31) ----------------------------------------------------------------------------------------------------------