Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent c4145e1 commit 99efd25
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog

# 1.0.0 (2023-09-15)


### Build System

* **semantic-release:** fixup repo URL ([e24e9b3](https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360))
* **semantic-release:** switch release pattern ([127cd26](https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9))


### Continuous Integration

* **github:** enable actions workflows ([e0f810d](https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7))
* **github:** switch to main branch ([61b9654](https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677))
* **pre-commit:** bump salt-lint ([76eb2cc](https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5))
* **semantic-release:** add package.json ([3af9161](https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1))


### Documentation

* **readme:** switch github badge url to main ([1378197](https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5))
* **readme:** switch to github badge ([4c78163](https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd))


### Features

* convert `template-formula` to `cobbler-formula` ([3f491cb](https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5))
* initial commit ([713c58f](https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834))


### Tests

* **kitchen:** remove amazonlinux from testing ([64fb4a8](https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a))


### BREAKING CHANGES

* changed all state names and ids
48 changes: 48 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

Changelog
=========

1.0.0 (2023-09-15)
------------------

Build System
^^^^^^^^^^^^


* **semantic-release:** fixup repo URL (\ `e24e9b3 <https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360>`_\ )
* **semantic-release:** switch release pattern (\ `127cd26 <https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **github:** enable actions workflows (\ `e0f810d <https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7>`_\ )
* **github:** switch to main branch (\ `61b9654 <https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677>`_\ )
* **pre-commit:** bump salt-lint (\ `76eb2cc <https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5>`_\ )
* **semantic-release:** add package.json (\ `3af9161 <https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1>`_\ )

Documentation
^^^^^^^^^^^^^


* **readme:** switch github badge url to main (\ `1378197 <https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5>`_\ )
* **readme:** switch to github badge (\ `4c78163 <https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd>`_\ )

Features
^^^^^^^^


* convert ``template-formula`` to ``cobbler-formula`` (\ `3f491cb <https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5>`_\ )
* initial commit (\ `713c58f <https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834>`_\ )

Tests
^^^^^


* **kitchen:** remove amazonlinux from testing (\ `64fb4a8 <https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a>`_\ )

BREAKING CHANGES
^^^^^^^^^^^^^^^^


* changed all state names and ids

0 comments on commit 99efd25

Please sign in to comment.