Skip to content

Commit

Permalink
chore(release): 1.236.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.236.0](v1.235.0...v1.236.0) (2020-12-23)

### Features

* **_mapdata:** use top-level `values` for `map.jinja` dump files ([705d9c3](705d9c3))
* **_mapdata_spec:** dump YAML back to string for better diffs ([02e2000](02e2000))
* **_mapdata.jinja:** use Black-inspired Jinja formatting ([0965c57](0965c57))
* **php:** add `rubocop` linter to `pre-commit` ([08b3b7e](08b3b7e)), closes [#283](#283)
  • Loading branch information
semantic-release-bot committed Dec 23, 2020
1 parent e8743e0 commit 24487d6
Show file tree
Hide file tree
Showing 5 changed files with 27 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,9 +4,9 @@ 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)|775
<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)|780
<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)|4

---

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

# [1.236.0](https://github.com/myii/ssf-formula/compare/v1.235.0...v1.236.0) (2020-12-23)


### Features

* **_mapdata:** use top-level `values` for `map.jinja` dump files ([705d9c3](https://github.com/myii/ssf-formula/commit/705d9c39c6876aff0ceaf27c3e9004a5540d619b))
* **_mapdata_spec:** dump YAML back to string for better diffs ([02e2000](https://github.com/myii/ssf-formula/commit/02e2000f778daee21a38558a6b06a914c97997e8))
* **_mapdata.jinja:** use Black-inspired Jinja formatting ([0965c57](https://github.com/myii/ssf-formula/commit/0965c571454a788bea59ab6354ab6bffe1a9eb88))
* **php:** add `rubocop` linter to `pre-commit` ([08b3b7e](https://github.com/myii/ssf-formula/commit/08b3b7eb8525c15f0aee90e4aef2fa6ea6c5b128)), closes [#283](https://github.com/myii/ssf-formula/issues/283)

# [1.235.0](https://github.com/myii/ssf-formula/compare/v1.234.0...v1.235.0) (2020-12-22)


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: 1.235.0
version: 1.236.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,12 +15,12 @@ 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>`_
- 775
- 780
* - :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>`_
- 4


----

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

`1.236.0 <https://github.com/myii/ssf-formula/compare/v1.235.0...v1.236.0>`_ (2020-12-23)
---------------------------------------------------------------------------------------------

Features
^^^^^^^^


* **_mapdata:** use top-level ``values`` for ``map.jinja`` dump files (\ `705d9c3 <https://github.com/myii/ssf-formula/commit/705d9c39c6876aff0ceaf27c3e9004a5540d619b>`_\ )
* **_mapdata_spec:** dump YAML back to string for better diffs (\ `02e2000 <https://github.com/myii/ssf-formula/commit/02e2000f778daee21a38558a6b06a914c97997e8>`_\ )
* **_mapdata.jinja:** use Black-inspired Jinja formatting (\ `0965c57 <https://github.com/myii/ssf-formula/commit/0965c571454a788bea59ab6354ab6bffe1a9eb88>`_\ )
* **php:** add ``rubocop`` linter to ``pre-commit`` (\ `08b3b7e <https://github.com/myii/ssf-formula/commit/08b3b7eb8525c15f0aee90e4aef2fa6ea6c5b128>`_\ ), closes `#283 <https://github.com/myii/ssf-formula/issues/283>`_

`1.235.0 <https://github.com/myii/ssf-formula/compare/v1.234.0...v1.235.0>`_ (2020-12-22)
---------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 24487d6

Please sign in to comment.