Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.31.0...v1.0.0) (2019-09-23)

### Features

* allow pushing directly to upstream remote ([03d5a3b](03d5a3b))
* **kitchen:** change `log_level` to `debug` instead of `info` ([be06bd8](be06bd8))

### BREAKING CHANGES

* Multiple arguments have been added to the `commit_push`
shell script.  This includes logically reordering the arguments.
* The pillar structure has been modified according to the
changes made.
  • Loading branch information
semantic-release-bot committed Sep 23, 2019
1 parent 1a27daf commit d10c5ae
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|86
<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)|91

---

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

# [1.0.0](https://github.com/myii/ssf-formula/compare/v0.31.0...v1.0.0) (2019-09-23)


### Features

* allow pushing directly to upstream remote ([03d5a3b](https://github.com/myii/ssf-formula/commit/03d5a3b))
* **kitchen:** change `log_level` to `debug` instead of `info` ([be06bd8](https://github.com/myii/ssf-formula/commit/be06bd8))


### BREAKING CHANGES

* Multiple arguments have been added to the `commit_push`
shell script. This includes logically reordering the arguments.
* The pillar structure has been modified according to the
changes made.

# [0.31.0](https://github.com/myii/ssf-formula/compare/v0.30.0...v0.31.0) (2019-09-21)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ssf
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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: 0.31.0
version: 1.0.0
release: 1
minimum_version: 2017.7
summary: ssf formula
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :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>`_
- 86
- 91


----

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

`1.0.0 <https://github.com/myii/ssf-formula/compare/v0.31.0...v1.0.0>`_ (2019-09-23)
----------------------------------------------------------------------------------------

Features
^^^^^^^^


* allow pushing directly to upstream remote (\ `03d5a3b <https://github.com/myii/ssf-formula/commit/03d5a3b>`_\ )
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `be06bd8 <https://github.com/myii/ssf-formula/commit/be06bd8>`_\ )

BREAKING CHANGES
^^^^^^^^^^^^^^^^


* Multiple arguments have been added to the ``commit_push``
shell script. This includes logically reordering the arguments.
* The pillar structure has been modified according to the
changes made.

`0.31.0 <https://github.com/myii/ssf-formula/compare/v0.30.0...v0.31.0>`_ (2019-09-21)
------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d10c5ae

Please sign in to comment.