From 6cc9c2a63a52cd9a753e73204f8b012ecd676032 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Mon, 21 Oct 2024 00:59:10 +0200 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3be4c..680b39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.3.0] - 2024-10-21 + +### Added + +- Add `almalinux-devtoolset11` image ([#38](https://github.com/prebuild/docker-images/issues/38)) ([`7754d8b`](https://github.com/prebuild/docker-images/commit/7754d8b)) (Vincent Weevers) + ## [2.2.0] - 2024-02-02 ### Added @@ -44,6 +50,8 @@ _First (versioned) release._ +[2.3.0]: https://github.com/prebuild/docker-images/releases/tag/v2.3.0 + [2.2.0]: https://github.com/prebuild/docker-images/releases/tag/v2.2.0 [2.1.1]: https://github.com/prebuild/docker-images/releases/tag/v2.1.1 diff --git a/README.md b/README.md index c6dda3a..de92a16 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Images were previously hosted on Docker Hub. These are no longer updated: Update [`CHANGELOG.md`](CHANGELOG.md) according to [Common Changelog](https://common-changelog), for which you might like [`hallmark`](https://github.com/vweevers/hallmark) to pull commit messages into the changelog: ``` -hallmark bump minor +hallmark cc add minor ``` Tweak `CHANGELOG.md` as needed until `hallmark lint` is happy. Then commit, tag and push. For example: