Skip to content

Commit 12937ef

Browse files
chore(main): release 1.4.2-beta (#39)
* chore(main): release 1.4.2-beta * chore: sync release manifests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 31cedd2 commit 12937ef

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/prerelease-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.1"
2+
".": ""
33
}

.platform/terraform/environments/staging/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module "service" {
2929
source = "../../modules/service"
3030

3131
# x-release-please-start-version
32-
image_version = "1.4.1-beta.1"
32+
image_version = "1.4.2-beta"
3333
# x-release-please-end
3434
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.4.2-beta](https://github.com/3sidedcube/example-app/compare/v1.4.1...v1.4.2-beta) (2025-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* sync manifest during production deployments ([31cedd2](https://github.com/3sidedcube/example-app/commit/31cedd25f6e190f578f9ef571ae758451b57cbbe))
9+
* sync manifest when triggering production deployments ([#38](https://github.com/3sidedcube/example-app/issues/38)) ([31cedd2](https://github.com/3sidedcube/example-app/commit/31cedd25f6e190f578f9ef571ae758451b57cbbe))
10+
311
## [1.4.1](https://github.com/3sidedcube/example-app/compare/v1.4.0...v1.4.1) (2024-12-10)
412

513

0 commit comments

Comments
 (0)