Skip to content

Commit

Permalink
chore(release): 1.63.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.63.0](v1.62.0...v1.63.0) (2019-11-27)

### Code Refactoring

* **travis:** use pathspecs for `git ls-files` instead of `grep` ([615e3b2](615e3b2)), closes [/github.com/saltstack-formulas/template-formula/pull/181#discussion_r351421463](https://github.com//github.com/saltstack-formulas/template-formula/pull/181/issues/discussion_r351421463)

### Features

* **shellcheck:** apply fixes throughout this repo ([1ea7fbb](1ea7fbb))
* **travis:** run `shellcheck` during lint job ([f52eb37](f52eb37)), closes [/github.com/saltstack-formulas/template-formula/pull/180#issuecomment-558612422](https://github.com//github.com/saltstack-formulas/template-formula/pull/180/issues/issuecomment-558612422)
  • Loading branch information
semantic-release-bot committed Nov 27, 2019
1 parent 213ce9d commit 65e344a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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)|313
<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)|317

---

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [1.63.0](https://github.com/myii/ssf-formula/compare/v1.62.0...v1.63.0) (2019-11-27)


### Code Refactoring

* **travis:** use pathspecs for `git ls-files` instead of `grep` ([615e3b2](https://github.com/myii/ssf-formula/commit/615e3b2e598d8e91bca5ba8d681778af61429c9e)), closes [/github.com/saltstack-formulas/template-formula/pull/181#discussion_r351421463](https://github.com//github.com/saltstack-formulas/template-formula/pull/181/issues/discussion_r351421463)


### Features

* **shellcheck:** apply fixes throughout this repo ([1ea7fbb](https://github.com/myii/ssf-formula/commit/1ea7fbb21ca889d124f2c5b210999e2a13588117))
* **travis:** run `shellcheck` during lint job ([f52eb37](https://github.com/myii/ssf-formula/commit/f52eb378987ac0cacaf3a079ca03067107173661)), closes [/github.com/saltstack-formulas/template-formula/pull/180#issuecomment-558612422](https://github.com//github.com/saltstack-formulas/template-formula/pull/180/issues/issuecomment-558612422)

# [1.62.0](https://github.com/myii/ssf-formula/compare/v1.61.0...v1.62.0) (2019-11-27)


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.62.0
version: 1.63.0
release: 1
minimum_version: 2017.7
summary: ssf formula
Expand Down
2 changes: 1 addition & 1 deletion docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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>`_
- 313
- 317


----
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
=========

`1.63.0 <https://github.com/myii/ssf-formula/compare/v1.62.0...v1.63.0>`_ (2019-11-27)
------------------------------------------------------------------------------------------

Code Refactoring
^^^^^^^^^^^^^^^^


* **travis:** use pathspecs for ``git ls-files`` instead of ``grep`` (\ `615e3b2 <https://github.com/myii/ssf-formula/commit/615e3b2e598d8e91bca5ba8d681778af61429c9e>`_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/181#discussion_r351421463 <https://github.com//github.com/saltstack-formulas/template-formula/pull/181/issues/discussion_r351421463>`_

Features
^^^^^^^^


* **shellcheck:** apply fixes throughout this repo (\ `1ea7fbb <https://github.com/myii/ssf-formula/commit/1ea7fbb21ca889d124f2c5b210999e2a13588117>`_\ )
* **travis:** run ``shellcheck`` during lint job (\ `f52eb37 <https://github.com/myii/ssf-formula/commit/f52eb378987ac0cacaf3a079ca03067107173661>`_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/180#issuecomment-558612422 <https://github.com//github.com/saltstack-formulas/template-formula/pull/180/issues/issuecomment-558612422>`_

`1.62.0 <https://github.com/myii/ssf-formula/compare/v1.61.0...v1.62.0>`_ (2019-11-27)
------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 65e344a

Please sign in to comment.