From f47dbf2c8db92a9f3f45eedd08a8630c20e946b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Aug 2019 07:56:47 +0000 Subject: [PATCH] chore(release): 0.48.0 [skip ci] # [0.48.0](https://github.com/saltstack-formulas/users-formula/compare/v0.47.0...v0.48.0) (2019-08-17) ### Features * **yamllint:** include for this repo and apply rules throughout ([fa6210d](https://github.com/saltstack-formulas/users-formula/commit/fa6210d)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index b25c7018..5fe4d7df 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|37 +@aboe76|[@aboe76](https://github.com/aboe76)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|30 @puneetk|[@puneetk](https://github.com/puneetk)|14 @nmadhok|[@nmadhok](https://github.com/nmadhok)|13 @@ -13,8 +13,8 @@ Avatar|Contributor|Contributions @techhat|[@techhat](https://github.com/techhat)|10 @hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|10 @babilen5|[@babilen5](https://github.com/babilen5)|9 +@myii|[@myii](https://github.com/myii)|8 @kossmac|[@kossmac](https://github.com/kossmac)|7 -@myii|[@myii](https://github.com/myii)|7 @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|6 @pcdummy|[@pcdummy](https://github.com/pcdummy)|6 @alxwr|[@alxwr](https://github.com/alxwr)|6 @@ -90,4 +90,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-08-07. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb09c12..85997686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.48.0](https://github.com/saltstack-formulas/users-formula/compare/v0.47.0...v0.48.0) (2019-08-17) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([fa6210d](https://github.com/saltstack-formulas/users-formula/commit/fa6210d)) + # [0.47.0](https://github.com/saltstack-formulas/users-formula/compare/v0.46.1...v0.47.0) (2019-08-07) diff --git a/FORMULA b/FORMULA index e84c609a..3274e7e8 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: users 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: 0.47.0 +version: 0.48.0 release: 1 minimum_version: 2017.7 summary: users formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bfcbf28c..38683bf3 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:`@aboe76` - `@aboe76 `_ - - 37 + - 38 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 30 @@ -40,11 +40,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 9 - * - :raw-html-m2r:`@kossmac` - - `@kossmac `_ - - 7 * - :raw-html-m2r:`@myii` - `@myii `_ + - 8 + * - :raw-html-m2r:`@kossmac` + - `@kossmac `_ - 7 * - :raw-html-m2r:`@arthurlogilab` - `@arthurlogilab `_ @@ -266,4 +266,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-08-07. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index bb869794..de6c2dfe 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.48.0 `_ (2019-08-17) +---------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `fa6210d `_\ ) + `0.47.0 `_ (2019-08-07) ----------------------------------------------------------------------------------------------------------