Skip to content

Commit b2155c1

Browse files
chore(main): release 1.2.3 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccab597 commit b2155c1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.2.2"}
1+
{".":"1.2.3"}

.platform/terraform/environments/production/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.2.2"
39+
image_version = "1.2.3"
4040
# x-release-please-end
4141
}

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.2.3](https://github.com/3sidedcube/example-app/compare/v1.2.2...v1.2.3) (2024-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **github:** move sync step ([5d11ba5](https://github.com/3sidedcube/example-app/commit/5d11ba50e36f3c460df18a31de92d51f4f79cdad))
9+
* **github:** prelease manifest update ([c125e86](https://github.com/3sidedcube/example-app/commit/c125e860af10d8dda2f04d91950a6eea0a75174a))
10+
311
## [1.2.3-beta](https://github.com/3sidedcube/example-app/compare/v1.2.2...v1.2.3-beta) (2024-12-02)
412

513

0 commit comments

Comments
 (0)