Skip to content

Commit 5195b5f

Browse files
committed
Bump up to next pre-release version 7.2.4-pre.0
1 parent c3c5b4f commit 5195b5f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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: 7.2.3
12+
ref: main
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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]
8+
79
## [7.2.3] - 2026-03-11
810
### Changed
911
- Upgraded puppet-aem-curator to 4.1.9
@@ -898,6 +900,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
898900
[#225]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/225
899901
[#236]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/236
900902

903+
[Unreleased]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.3...HEAD
901904
[7.2.3]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.2...7.2.3
902905
[7.2.2]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.1...7.2.2
903906
[7.2.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.2.0...7.2.1

Makefile

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

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)