diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..94c82bc --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,17 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@myii|[@myii](https://github.com/myii)|6 +@dseira|[@dseira](https://github.com/dseira)|4 +@kossmac|[@kossmac](https://github.com/kossmac)|2 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 +@bmwiedemann|[@bmwiedemann](https://github.com/bmwiedemann)|1 +@martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|1 +@aboe76|[@aboe76](https://github.com/aboe76)|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..28d2572 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +# [0.2.0](https://github.com/saltstack-formulas/cron-formula/compare/v0.1.0...v0.2.0) (2019-08-28) + + +### Continuous Integration + +* **kitchen:** add Kitchen tests ([963b5eb](https://github.com/saltstack-formulas/cron-formula/commit/963b5eb)) + + +### Features + +* **semantic-release:** add semantic-release ([6002c8f](https://github.com/saltstack-formulas/cron-formula/commit/6002c8f)) diff --git a/FORMULA b/FORMULA index 318e632..474c52c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cron 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.2.0 release: 0 minimum_version: 2017.7 summary: Cron formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..1e4b76c --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,41 @@ +.. 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:`@myii` + - `@myii `_ + - 6 + * - :raw-html-m2r:`@dseira` + - `@dseira `_ + - 4 + * - :raw-html-m2r:`@kossmac` + - `@kossmac `_ + - 2 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 2 + * - :raw-html-m2r:`@bmwiedemann` + - `@bmwiedemann `_ + - 1 + * - :raw-html-m2r:`@martinhoefling` + - `@martinhoefling `_ + - 1 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 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..d2d3f50 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,18 @@ + +Changelog +========= + +`0.2.0 `_ (2019-08-28) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** add Kitchen tests (\ `963b5eb `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** add semantic-release (\ `6002c8f `_\ )