Skip to content

Commit c3c5b4f

Browse files
committed
Release version 7.2.3
1 parent e9e0997 commit c3c5b4f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/publish-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: main
12+
ref: 7.2.3
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [7.2.3] - 2026-03-11
88
### Changed
99
- Upgraded puppet-aem-curator to 4.1.9
10+
1011
### Fixed
1112
- Resolves broken GEM dependency gettext, gettext-setup and locale
1213

@@ -897,7 +898,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
897898
[#225]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/225
898899
[#236]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/236
899900

900-
[Unreleased]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.2...HEAD
901+
[7.2.3]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.2...7.2.3
901902
[7.2.2]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.1...7.2.2
902903
[7.2.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.0...7.2.1
903904
[7.2.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.1.1...7.2.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version ?= 7.2.3-pre.0
1+
version ?= 7.2.3
22

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)