Skip to content

Commit c39026e

Browse files
chore(main): release 1.2.2 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e3cfda commit c39026e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1"}
1+
{".":"1.2.2"}

.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.1"
39+
image_version = "1.2.2"
4040
# x-release-please-end
4141
}

CHANGELOG.md

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

3+
## [1.2.2](https://github.com/3sidedcube/example-app/compare/v1.2.1...v1.2.2) (2024-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **github:** use job release step output ([d3e5b00](https://github.com/3sidedcube/example-app/commit/d3e5b00f8611f88ff06e8f6d53b05be364058380))
9+
* **github:** use pr sha ([0a17830](https://github.com/3sidedcube/example-app/commit/0a178303c4236c4cdfa4b9b15f034b4c02abe95a))
10+
* **github:** use prerelease manifest ([b2e78f1](https://github.com/3sidedcube/example-app/commit/b2e78f1b080c95ce364ca390cd14a3ae39395e33))
11+
312
## [1.2.2-beta.1](https://github.com/3sidedcube/example-app/compare/v1.2.2-beta...v1.2.2-beta.1) (2024-12-02)
413

514

0 commit comments

Comments
 (0)