Skip to content

Commit 99b8c65

Browse files
semantic-release-botmyii
authored andcommitted
chore(release): 0.1.0 [skip ci]
* **defaults:** update commit message version in `semantic-release` run ([f9b74e3](f9b74e3)) * **formulas:** allow formula-level upstream branch via. pillar/config ([5320c2e](5320c2e))
1 parent 5320c2e commit 99b8c65

File tree

5 files changed

+53
-1
lines changed

5 files changed

+53
-1
lines changed

AUTHORS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
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)|4
8+
9+
---
10+
11+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-03.

CHANGELOG.md

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

3+
# [0.1.0](https://github.com/myii/ssf-formula/compare/v0.1.0-rc.5...v0.1.0) (2019-08-03)
4+
5+
6+
### Features
7+
8+
* **defaults:** update commit message version in `semantic-release` run ([f9b74e3](https://github.com/myii/ssf-formula/commit/f9b74e3))
9+
* **formulas:** allow formula-level upstream branch via. pillar/config ([5320c2e](https://github.com/myii/ssf-formula/commit/5320c2e))
10+
311
## 0.1.0-rc.5 (2019-08-02)
412

513

docs/AUTHORS.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
17+
- `@myii <https://github.com/myii>`_
18+
- 4
19+
20+
21+
----
22+
23+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-03.

docs/CHANGELOG.rst

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

5+
`0.1.0 <https://github.com/myii/ssf-formula/compare/v0.1.0-rc.5...v0.1.0>`_ (2019-08-03)
6+
---------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* **defaults:** update commit message version in ``semantic-release`` run (\ `f9b74e3 <https://github.com/myii/ssf-formula/commit/f9b74e3>`_\ )
13+
* **formulas:** allow formula-level upstream branch via. pillar/config (\ `5320c2e <https://github.com/myii/ssf-formula/commit/5320c2e>`_\ )
14+
515
0.1.0-rc.5 (2019-08-02)
616
-----------------------
717

ssf/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ssf_node_anchors:
1414
# via. `pre-commit_semantic-release.sh`
1515
# An alternative method could be to use: `git describe --abbrev=0 --tags`
1616
title: 'chore: use `semantic-release` cross-formula standard structure'
17-
body: '* Automated using `ssf-formula` (v0.1.0-rc.6)'
17+
body: '* Automated using `ssf-formula` (0.1.0)'
1818
github:
1919
owner: saltstack-formulas
2020
repo: ''

0 commit comments

Comments
 (0)