From 63361f45dfff059b6ebd2ddee60f2ced9ec3a4d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 03:17:54 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe97573 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 0.1.0 (2023-12-20) + + +### Features + +* **action:** Allow passing multiple RPM files ([a872198](https://github.com/EyeCantCU/rpmlint-action/commit/a872198c5b3bbc53a4991c834876acc5cd66fb13)) +* **action:** Run under Fedora minimal via Docker ([c5d3243](https://github.com/EyeCantCU/rpmlint-action/commit/c5d32434b3e7f72ecac4adb7fbe239cf1706936c)) +* **action:** Support 'checks' and 'ignore unused rpmlintrc' arguments ([9d63cb1](https://github.com/EyeCantCU/rpmlint-action/commit/9d63cb185bb2fb47aaf8f3f51312c67617a7217e)) +* Add dependabot ([3ae9a21](https://github.com/EyeCantCU/rpmlint-action/commit/3ae9a215a99887d6f61cd5306df3f34faa296f08)) +* Add release-please ([c60190c](https://github.com/EyeCantCU/rpmlint-action/commit/c60190c8fac27ba007e1ab8bc579ab94a1fa0220)) +* Build and use container with rpmlint preinstalled ([b543462](https://github.com/EyeCantCU/rpmlint-action/commit/b5434626536c2815357b7fd020ba9e464af06117)) +* **ci:** Test basic rpmlint functionality ([c5d76e1](https://github.com/EyeCantCU/rpmlint-action/commit/c5d76e13f8ccedeb98635de2de08c4a9dc6849ee)) + + +### Bug Fixes + +* **action:** Evaluate arg tests to avoid pipe failures ([f5a3d89](https://github.com/EyeCantCU/rpmlint-action/commit/f5a3d8975cedf132a1ee0e1893a21129a4ee8689)) + + +### Miscellaneous Chores + +* release v0.1.0 ([098bc7f](https://github.com/EyeCantCU/rpmlint-action/commit/098bc7f39787d405664837d2f1d4b0ec163938fb))