From 017cc29b469c35c794b4d4163554e68bd5a3cad9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2019 16:26:53 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.2.0...v0.3.0) (2019-05-13) ### Features * **semantic-release:** implement an automated changelog ([51f872e](https://github.com/saltstack-formulas/keepalived-formula/commit/51f872e)) --- AUTHORS.md | 22 ++++++++++++++++++ CHANGELOG.md | 8 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 56 ++++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 12 ++++++++++ 5 files changed, 99 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..a045699 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,22 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@jebas|[@jebas](https://github.com/jebas)|22 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|12 +@frots|[@frots](https://github.com/frots)|4 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|3 +@asenci|[@asenci](https://github.com/asenci)|1 +@dglloyd|[@dglloyd](https://github.com/dglloyd)|1 +@myii|[@myii](https://github.com/myii)|1 +@kpostrup|[@kpostrup](https://github.com/kpostrup)|1 +@mpawlack|[@mpawlack](https://github.com/mpawlack)|1 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|1 +@tampakrap|[@tampakrap](https://github.com/tampakrap)|1 +@bigbosst|[@bigbosst](https://github.com/bigbosst)|1 + +--- + +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-13. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..71eb9a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +# [0.3.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.2.0...v0.3.0) (2019-05-13) + + +### Features + +* **semantic-release:** implement an automated changelog ([51f872e](https://github.com/saltstack-formulas/keepalived-formula/commit/51f872e)) diff --git a/FORMULA b/FORMULA index d2214ff..9ae6c57 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: keepalived 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: 1.0 +version: 0.3.0 release: 0 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..0870afa --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,56 @@ +.. 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:`@jebas` + - `@jebas `_ + - 22 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 12 + * - :raw-html-m2r:`@frots` + - `@frots `_ + - 4 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ + - 3 + * - :raw-html-m2r:`@asenci` + - `@asenci `_ + - 1 + * - :raw-html-m2r:`@dglloyd` + - `@dglloyd `_ + - 1 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 1 + * - :raw-html-m2r:`@kpostrup` + - `@kpostrup `_ + - 1 + * - :raw-html-m2r:`@mpawlack` + - `@mpawlack `_ + - 1 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 1 + * - :raw-html-m2r:`@tampakrap` + - `@tampakrap `_ + - 1 + * - :raw-html-m2r:`@bigbosst` + - `@bigbosst `_ + - 1 + + +---- + +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..38eb387 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,12 @@ + +Changelog +========= + +`0.3.0 `_ (2019-05-13) +------------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **semantic-release:** implement an automated changelog (\ `51f872e `_\ )