Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2019-09-19)

### Bug Fixes

* **inspec:** remove not supported platforms ([2e2de5e](2e2de5e))

### Continuous Integration

* **kitchen:** add Kitchen tests ([a5e936d](a5e936d))
* **travis:** reduce test matrix ([a136c60](a136c60))

### Documentation

* **fix:** fix formula description ([04cb323](04cb323))
* **pillar:** update link to Debian documentation ([2cd96e4](2cd96e4))

### Features

* **semantic-release:** add semantic-release ([d00a7bf](d00a7bf))

### Styles

* **yaml:** fix yaml linter warning ([3a219ab](3a219ab))
  • Loading branch information
semantic-release-bot committed Sep 19, 2019
1 parent 1e0ec28 commit 5b815e6
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 1 deletion.
16 changes: 16 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Authors

This list is sorted by the number of commits per contributor in _descending_ order.

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>|[@McPcholkin](https://github.com/McPcholkin)|3
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|3
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|2
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/142916?v=4' width='36' height='36' alt='@alexhayes'>|[@alexhayes](https://github.com/alexhayes)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-19.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

# [0.2.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.1.0...v0.2.0) (2019-09-19)


### Bug Fixes

* **inspec:** remove not supported platforms ([2e2de5e](https://github.com/saltstack-formulas/exim-formula/commit/2e2de5e))


### Continuous Integration

* **kitchen:** add Kitchen tests ([a5e936d](https://github.com/saltstack-formulas/exim-formula/commit/a5e936d))
* **travis:** reduce test matrix ([a136c60](https://github.com/saltstack-formulas/exim-formula/commit/a136c60))


### Documentation

* **fix:** fix formula description ([04cb323](https://github.com/saltstack-formulas/exim-formula/commit/04cb323))
* **pillar:** update link to Debian documentation ([2cd96e4](https://github.com/saltstack-formulas/exim-formula/commit/2cd96e4))


### Features

* **semantic-release:** add semantic-release ([d00a7bf](https://github.com/saltstack-formulas/exim-formula/commit/d00a7bf))


### Styles

* **yaml:** fix yaml linter warning ([3a219ab](https://github.com/saltstack-formulas/exim-formula/commit/3a219ab))
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: exim
os: Debian, Ubuntu
os_family: Debian
version: 0.1.0
version: 0.2.0
release: 1
minimum_version: 2017.7
summary: Exim formula
Expand Down
38 changes: 38 additions & 0 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. 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:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>`
- `@McPcholkin <https://github.com/McPcholkin>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>`
- `@daschatten <https://github.com/daschatten>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
- `@babilen5 <https://github.com/babilen5>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/142916?v=4' width='36' height='36' alt='@alexhayes'>`
- `@alexhayes <https://github.com/alexhayes>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
- `@nmadhok <https://github.com/nmadhok>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-19.
38 changes: 38 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Changelog
=========

`0.2.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.1.0...v0.2.0>`_ (2019-09-19)
------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **inspec:** remove not supported platforms (\ `2e2de5e <https://github.com/saltstack-formulas/exim-formula/commit/2e2de5e>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **kitchen:** add Kitchen tests (\ `a5e936d <https://github.com/saltstack-formulas/exim-formula/commit/a5e936d>`_\ )
* **travis:** reduce test matrix (\ `a136c60 <https://github.com/saltstack-formulas/exim-formula/commit/a136c60>`_\ )

Documentation
^^^^^^^^^^^^^


* **fix:** fix formula description (\ `04cb323 <https://github.com/saltstack-formulas/exim-formula/commit/04cb323>`_\ )
* **pillar:** update link to Debian documentation (\ `2cd96e4 <https://github.com/saltstack-formulas/exim-formula/commit/2cd96e4>`_\ )

Features
^^^^^^^^


* **semantic-release:** add semantic-release (\ `d00a7bf <https://github.com/saltstack-formulas/exim-formula/commit/d00a7bf>`_\ )

Styles
^^^^^^


* **yaml:** fix yaml linter warning (\ `3a219ab <https://github.com/saltstack-formulas/exim-formula/commit/3a219ab>`_\ )

0 comments on commit 5b815e6

Please sign in to comment.