Skip to content

Commit 99efd25

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-09-15) ### Build System * **semantic-release:** fixup repo URL ([e24e9b3](e24e9b3)) * **semantic-release:** switch release pattern ([127cd26](127cd26)) ### Continuous Integration * **github:** enable actions workflows ([e0f810d](e0f810d)) * **github:** switch to main branch ([61b9654](61b9654)) * **pre-commit:** bump salt-lint ([76eb2cc](76eb2cc)) * **semantic-release:** add package.json ([3af9161](3af9161)) ### Documentation * **readme:** switch github badge url to main ([1378197](1378197)) * **readme:** switch to github badge ([4c78163](4c78163)) ### Features * convert `template-formula` to `cobbler-formula` ([3f491cb](3f491cb)) * initial commit ([713c58f](713c58f)) ### Tests * **kitchen:** remove amazonlinux from testing ([64fb4a8](64fb4a8)) ### BREAKING CHANGES * changed all state names and ids
1 parent c4145e1 commit 99efd25

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
# 1.0.0 (2023-09-15)
4+
5+
6+
### Build System
7+
8+
* **semantic-release:** fixup repo URL ([e24e9b3](https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360))
9+
* **semantic-release:** switch release pattern ([127cd26](https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9))
10+
11+
12+
### Continuous Integration
13+
14+
* **github:** enable actions workflows ([e0f810d](https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7))
15+
* **github:** switch to main branch ([61b9654](https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677))
16+
* **pre-commit:** bump salt-lint ([76eb2cc](https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5))
17+
* **semantic-release:** add package.json ([3af9161](https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1))
18+
19+
20+
### Documentation
21+
22+
* **readme:** switch github badge url to main ([1378197](https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5))
23+
* **readme:** switch to github badge ([4c78163](https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd))
24+
25+
26+
### Features
27+
28+
* convert `template-formula` to `cobbler-formula` ([3f491cb](https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5))
29+
* initial commit ([713c58f](https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834))
30+
31+
32+
### Tests
33+
34+
* **kitchen:** remove amazonlinux from testing ([64fb4a8](https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a))
35+
36+
37+
### BREAKING CHANGES
38+
39+
* changed all state names and ids

docs/CHANGELOG.rst

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
Changelog
3+
=========
4+
5+
1.0.0 (2023-09-15)
6+
------------------
7+
8+
Build System
9+
^^^^^^^^^^^^
10+
11+
12+
* **semantic-release:** fixup repo URL (\ `e24e9b3 <https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360>`_\ )
13+
* **semantic-release:** switch release pattern (\ `127cd26 <https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **github:** enable actions workflows (\ `e0f810d <https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7>`_\ )
20+
* **github:** switch to main branch (\ `61b9654 <https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677>`_\ )
21+
* **pre-commit:** bump salt-lint (\ `76eb2cc <https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5>`_\ )
22+
* **semantic-release:** add package.json (\ `3af9161 <https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1>`_\ )
23+
24+
Documentation
25+
^^^^^^^^^^^^^
26+
27+
28+
* **readme:** switch github badge url to main (\ `1378197 <https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5>`_\ )
29+
* **readme:** switch to github badge (\ `4c78163 <https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd>`_\ )
30+
31+
Features
32+
^^^^^^^^
33+
34+
35+
* convert ``template-formula`` to ``cobbler-formula`` (\ `3f491cb <https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5>`_\ )
36+
* initial commit (\ `713c58f <https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834>`_\ )
37+
38+
Tests
39+
^^^^^
40+
41+
42+
* **kitchen:** remove amazonlinux from testing (\ `64fb4a8 <https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a>`_\ )
43+
44+
BREAKING CHANGES
45+
^^^^^^^^^^^^^^^^
46+
47+
48+
* changed all state names and ids

0 commit comments

Comments
 (0)