Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2020-09-30)

### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([ee1e65a](ee1e65a))
* **kitchen+travis:** add new platforms [skip ci] ([6e1d386](6e1d386))

### Styles

* linting for `shellcheck` ([371ca46](371ca46))
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([aee5be4](aee5be4))
  • Loading branch information
semantic-release-bot committed Sep 30, 2020
1 parent b45230a commit b6596d2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
<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)|72
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|6
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|16
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|5
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|1

---

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

## [1.1.1](https://github.com/saltstack-formulas/eclipse-formula/compare/v1.1.0...v1.1.1) (2020-09-30)


### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([ee1e65a](https://github.com/saltstack-formulas/eclipse-formula/commit/ee1e65abc75ba8b9b31ff6784688423231522b47))
* **kitchen+travis:** add new platforms [skip ci] ([6e1d386](https://github.com/saltstack-formulas/eclipse-formula/commit/6e1d38645271becf377852ea9ba8f332c6dd8d60))


### Styles

* linting for `shellcheck` ([371ca46](https://github.com/saltstack-formulas/eclipse-formula/commit/371ca466ecc4ae47d89f2dc9af6f4bdff67e3682))
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([aee5be4](https://github.com/saltstack-formulas/eclipse-formula/commit/aee5be484bc642df38e20a9aa5686988a20ac8f6))

# [1.1.0](https://github.com/saltstack-formulas/eclipse-formula/compare/v1.0.0...v1.1.0) (2020-05-26)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: eclipse
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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: 1.1.0
version: 1.1.1
release: 1
minimum_version: 2019.2
summary: eclipse formula
Expand Down
7 changes: 5 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 72
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 6
- 16
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 5
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
- `@dafyddj <https://github.com/dafyddj>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-26.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-09-30.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

`1.1.1 <https://github.com/saltstack-formulas/eclipse-formula/compare/v1.1.0...v1.1.1>`_ (2020-09-30)
---------------------------------------------------------------------------------------------------------

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


* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `ee1e65a <https://github.com/saltstack-formulas/eclipse-formula/commit/ee1e65abc75ba8b9b31ff6784688423231522b47>`_\ )
* **kitchen+travis:** add new platforms [skip ci] (\ `6e1d386 <https://github.com/saltstack-formulas/eclipse-formula/commit/6e1d38645271becf377852ea9ba8f332c6dd8d60>`_\ )

Styles
^^^^^^


* linting for ``shellcheck`` (\ `371ca46 <https://github.com/saltstack-formulas/eclipse-formula/commit/371ca466ecc4ae47d89f2dc9af6f4bdff67e3682>`_\ )
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `aee5be4 <https://github.com/saltstack-formulas/eclipse-formula/commit/aee5be484bc642df38e20a9aa5686988a20ac8f6>`_\ )

`1.1.0 <https://github.com/saltstack-formulas/eclipse-formula/compare/v1.0.0...v1.1.0>`_ (2020-05-26)
---------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit b6596d2

Please sign in to comment.