Skip to content

Commit bc14f85

Browse files
chore(main): release 1.4.1-beta.1 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86a758b commit bc14f85

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-beta"
2+
".": "1.4.1-beta.1"
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"
32+
image_version = "1.4.1-beta.1"
3333
# x-release-please-end
3434
}

CHANGELOG.md

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

3+
## [1.4.1-beta.1](https://github.com/3sidedcube/example-app/compare/v1.4.1-beta...v1.4.1-beta.1) (2024-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* some fix ([#36](https://github.com/3sidedcube/example-app/issues/36)) ([86a758b](https://github.com/3sidedcube/example-app/commit/86a758b7fce29cbc3b35f68ff484de4512e66110))
9+
310
## [1.4.1-beta](https://github.com/3sidedcube/example-app/compare/v1.4.0...v1.4.1-beta) (2024-12-10)
411

512

0 commit comments

Comments
 (0)