File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
.platform/terraform/environments/staging Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.2.1 "
2
+ "." : " 1.2.2-beta "
3
3
}
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ module "service" {
36
36
source = " ../../modules/service"
37
37
38
38
# x-release-please-start-version
39
- image_version = " 1.2.1 -beta.2 "
39
+ image_version = " 1.2.2 -beta"
40
40
# x-release-please-end
41
41
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.2-beta] ( https://github.com/3sidedcube/example-app/compare/v1.2.1...v1.2.2-beta ) (2024-12-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** github:** use pr sha ([ 0a17830] ( https://github.com/3sidedcube/example-app/commit/0a178303c4236c4cdfa4b9b15f034b4c02abe95a ) )
9
+ * ** github:** use prerelease manifest ([ b2e78f1] ( https://github.com/3sidedcube/example-app/commit/b2e78f1b080c95ce364ca390cd14a3ae39395e33 ) )
10
+
3
11
## [ 1.2.1] ( https://github.com/3sidedcube/example-app/compare/v1.2.0...v1.2.1 ) (2024-12-02)
4
12
5
13
You can’t perform that action at this time.
0 commit comments