Skip to content

Commit d10c5ae

Browse files
chore(release): 1.0.0 [skip ci]
# [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.
1 parent 1a27daf commit d10c5ae

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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
7+
<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
88

99
---
1010

11-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-21.
11+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-23.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
# [1.0.0](https://github.com/myii/ssf-formula/compare/v0.31.0...v1.0.0) (2019-09-23)
4+
5+
6+
### Features
7+
8+
* allow pushing directly to upstream remote ([03d5a3b](https://github.com/myii/ssf-formula/commit/03d5a3b))
9+
* **kitchen:** change `log_level` to `debug` instead of `info` ([be06bd8](https://github.com/myii/ssf-formula/commit/be06bd8))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Multiple arguments have been added to the `commit_push`
15+
shell script. This includes logically reordering the arguments.
16+
* The pillar structure has been modified according to the
17+
changes made.
18+
319
# [0.31.0](https://github.com/myii/ssf-formula/compare/v0.30.0...v0.31.0) (2019-09-21)
420

521

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ssf
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.31.0
4+
version: 1.0.0
55
release: 1
66
minimum_version: 2017.7
77
summary: ssf formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 86
18+
- 91
1919

2020

2121
----
2222

23-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-21.
23+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-23.

docs/CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
`1.0.0 <https://github.com/myii/ssf-formula/compare/v0.31.0...v1.0.0>`_ (2019-09-23)
6+
----------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* allow pushing directly to upstream remote (\ `03d5a3b <https://github.com/myii/ssf-formula/commit/03d5a3b>`_\ )
13+
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `be06bd8 <https://github.com/myii/ssf-formula/commit/be06bd8>`_\ )
14+
15+
BREAKING CHANGES
16+
^^^^^^^^^^^^^^^^
17+
18+
19+
* Multiple arguments have been added to the ``commit_push``
20+
shell script. This includes logically reordering the arguments.
21+
* The pillar structure has been modified according to the
22+
changes made.
23+
524
`0.31.0 <https://github.com/myii/ssf-formula/compare/v0.30.0...v0.31.0>`_ (2019-09-21)
625
------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)