From baa947bd0102c89cc032d97b1aaa9ebcce4bac6d Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Sun, 11 Aug 2024 13:50:58 +0000 Subject: [PATCH] Bump up to next pre-release version 3.44.1-pre.0 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 3 +++ metadata.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 2d3a648..f04374b 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: 3.44.0 + ref: release/6.5.0 - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ca493..d1d302f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. 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). +## [Unreleased] + ## [3.44.0] - 2024-08-11 ### Added - Added new AEM profile: aem65_sp17 @@ -983,6 +985,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#238]: https://github.com/shinesolutions/puppet-aem-curator/issues/238 [#239]: https://github.com/shinesolutions/puppet-aem-curator/issues/239 +[Unreleased]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.44.0...HEAD [3.44.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.43.0...3.44.0 [3.43.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.42.0...3.43.0 [3.42.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.41.0...3.42.0 diff --git a/metadata.json b/metadata.json index e1b9120..34cd9a2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "shinesolutions-aem_curator", - "version": "3.44.0", + "version": "3.44.1-pre.0", "author": "Shine Solutions (opensource@shinesolutions.com)", "license": "Apache-2.0", "summary": "Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components",