Skip to content

Commit 591880d

Browse files
chore(release): 5.0.18 [skip ci]
## [5.0.18](v5.0.17...v5.0.18) (2025-06-04) ### Continuous Integration * **gitlab-ci:** run `commitlint` in `pre-commit` job ([a5a6962](a5a6962)) * **workflows:** add new `main` workflow running `pre-commit` ([5bc2f5d](5bc2f5d)) ### Tests * **github-actions:** check GitHub Actions using `check-jsonschema` ([1600e5f](1600e5f))
1 parent fd7ca9c commit 591880d

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|403
8-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|107
8+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|112
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|45
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|27
1111
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|18

CHANGELOG.md

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

3+
## [5.0.18](https://github.com/saltstack-formulas/template-formula/compare/v5.0.17...v5.0.18) (2025-06-04)
4+
5+
6+
### Continuous Integration
7+
8+
* **gitlab-ci:** run `commitlint` in `pre-commit` job ([a5a6962](https://github.com/saltstack-formulas/template-formula/commit/a5a6962840a35462482425d6c93abde63504d8a2))
9+
* **workflows:** add new `main` workflow running `pre-commit` ([5bc2f5d](https://github.com/saltstack-formulas/template-formula/commit/5bc2f5da1d4cda245aff13180906bdd88e37e700))
10+
11+
12+
### Tests
13+
14+
* **github-actions:** check GitHub Actions using `check-jsonschema` ([1600e5f](https://github.com/saltstack-formulas/template-formula/commit/1600e5f92695bcd377aba31f7f877f6c6dff89da))
15+
316
## [5.0.17](https://github.com/saltstack-formulas/template-formula/compare/v5.0.16...v5.0.17) (2025-06-04)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TEMPLATE
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Oracle, 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: 5.0.17
4+
version: 5.0.18
55
release: 1
66
minimum_version: 2019.2
77
summary: TEMPLATE formula

docs/AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 403
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
2020
- `@dafyddj <https://github.com/dafyddj>`_
21-
- 107
21+
- 112
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
2323
- `@baby-gnu <https://github.com/baby-gnu>`_
2424
- 45

docs/CHANGELOG.rst

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

5+
`5.0.18 <https://github.com/saltstack-formulas/template-formula/compare/v5.0.17...v5.0.18>`_ (2025-06-04)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **gitlab-ci:** run ``commitlint`` in ``pre-commit`` job (\ `a5a6962 <https://github.com/saltstack-formulas/template-formula/commit/a5a6962840a35462482425d6c93abde63504d8a2>`_\ )
13+
* **workflows:** add new ``main`` workflow running ``pre-commit`` (\ `5bc2f5d <https://github.com/saltstack-formulas/template-formula/commit/5bc2f5da1d4cda245aff13180906bdd88e37e700>`_\ )
14+
15+
Tests
16+
^^^^^
17+
18+
19+
* **github-actions:** check GitHub Actions using ``check-jsonschema`` (\ `1600e5f <https://github.com/saltstack-formulas/template-formula/commit/1600e5f92695bcd377aba31f7f877f6c6dff89da>`_\ )
20+
521
`5.0.17 <https://github.com/saltstack-formulas/template-formula/compare/v5.0.16...v5.0.17>`_ (2025-06-04)
622
-------------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)