Skip to content

Commit 83b6f85

Browse files
committed
Bump up to next pre-release version 6.10.1-pre.0
1 parent 9599411 commit 83b6f85

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.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: 6.10.0
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
## [6.10.0] - 2026-05-12
810
### Changed
911
- Upgrade puppet-aem-curator to 3.47.0
@@ -846,6 +848,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
846848
[#225]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/225
847849
[#236]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/236
848850

851+
[Unreleased]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.10.0...HEAD
849852
[6.10.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.9.0...6.10.0
850853
[6.9.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.8.1...6.9.0
851854
[6.8.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.8.0...6.8.1

Makefile

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

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)