From 0b41d00820d3022dfeefb5de79835806ebf88625 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Aug 2019 01:19:03 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/saltstack-formulas/sysctl-formula/compare/v0.5.0...v0.6.0) (2019-08-28) ### Continuous Integration * **kitchen:** add Kitchen tests ([a4e6a66](https://github.com/saltstack-formulas/sysctl-formula/commit/a4e6a66)) * **travis:** disable tests on CentOS-6 for now (the fix is to come) ([198d1b0](https://github.com/saltstack-formulas/sysctl-formula/commit/198d1b0)) ### Features * **semantic-release:** add semantic-release ([270d23e](https://github.com/saltstack-formulas/sysctl-formula/commit/270d23e)) --- AUTHORS.md | 18 ++++++++++++++++++ CHANGELOG.md | 14 ++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 19 +++++++++++++++++++ 5 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md create mode 100644 CHANGELOG.md create mode 100644 docs/AUTHORS.rst create mode 100644 docs/CHANGELOG.rst diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..c676539 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,18 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@aboe76|[@aboe76](https://github.com/aboe76)|14 +@babilen5|[@babilen5](https://github.com/babilen5)|7 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|2 +@zajk|[@zajk](https://github.com/zajk)|2 +@puneetk|[@puneetk](https://github.com/puneetk)|2 +@dmaphy|[@dmaphy](https://github.com/dmaphy)|1 +@mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 +@abednarik|[@abednarik](https://github.com/abednarik)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-28. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba5c4b6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +# [0.6.0](https://github.com/saltstack-formulas/sysctl-formula/compare/v0.5.0...v0.6.0) (2019-08-28) + + +### Continuous Integration + +* **kitchen:** add Kitchen tests ([a4e6a66](https://github.com/saltstack-formulas/sysctl-formula/commit/a4e6a66)) +* **travis:** disable tests on CentOS-6 for now (the fix is to come) ([198d1b0](https://github.com/saltstack-formulas/sysctl-formula/commit/198d1b0)) + + +### Features + +* **semantic-release:** add semantic-release ([270d23e](https://github.com/saltstack-formulas/sysctl-formula/commit/270d23e)) diff --git a/FORMULA b/FORMULA index a6ef19d..1398a80 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: sysctl os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.1.0 +version: 0.6.0 release: 0 minimum_version: 2017.7 summary: Sysctl formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..8023b17 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,44 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 14 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 7 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 2 + * - :raw-html-m2r:`@zajk` + - `@zajk `_ + - 2 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 2 + * - :raw-html-m2r:`@dmaphy` + - `@dmaphy `_ + - 1 + * - :raw-html-m2r:`@mgomersbach` + - `@mgomersbach `_ + - 1 + * - :raw-html-m2r:`@abednarik` + - `@abednarik `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..7976791 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,19 @@ + +Changelog +========= + +`0.6.0 `_ (2019-08-28) +-------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** add Kitchen tests (\ `a4e6a66 `_\ ) +* **travis:** disable tests on CentOS-6 for now (the fix is to come) (\ `198d1b0 `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** add semantic-release (\ `270d23e `_\ )