Skip to content

Commit 03638f9

Browse files
chore(main): release 1.2.1-beta (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b04695 commit 03638f9

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 +1 @@
1-
{".":"1.2.0"}
1+
{".":"1.2.1-beta"}

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

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

3838
# x-release-please-start-version
39-
image_version = "1.1.1-beta.3"
39+
image_version = "1.2.1-beta"
4040
# x-release-please-end
4141
}

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.2.1-beta](https://github.com/3sidedcube/example-app/compare/v1.2.0...v1.2.1-beta) (2024-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **github:** prerelease flow ([7b04695](https://github.com/3sidedcube/example-app/commit/7b04695af07e7d341d05fb9d25f4f3b534d96ada))
9+
310
## [1.2.0](https://github.com/3sidedcube/example-app/compare/v1.1.1...v1.2.0) (2024-12-02)
411

512

0 commit comments

Comments
 (0)