Skip to content

Commit 855033b

Browse files
chore(main): release 1.3.0 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b884089 commit 855033b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.3"}
1+
{".":"1.3.0"}

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

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/3sidedcube/example-app/compare/v1.2.3...v1.3.0) (2024-12-02)
4+
5+
6+
### Features
7+
8+
* **github:** add concurrency ([a0f79ff](https://github.com/3sidedcube/example-app/commit/a0f79ffc6ad9765a5bb1d39ee245d28279e0be62))
9+
* **github:** add example vars and secrets ([1090e0c](https://github.com/3sidedcube/example-app/commit/1090e0c72e12d0ed3265d17fea5be11fe53e9dfd))
10+
* **github:** add matrix example ([1a69197](https://github.com/3sidedcube/example-app/commit/1a69197bbe2a8257b5b463c4025e4f03aa0b1b3b))
11+
12+
13+
### Bug Fixes
14+
15+
* **github:** add missing meta ([b448c64](https://github.com/3sidedcube/example-app/commit/b448c64f4428ffa25131b646a4ebc34dfaca7e63))
16+
317
## [1.3.0-beta.2](https://github.com/3sidedcube/example-app/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2024-12-02)
418

519

0 commit comments

Comments
 (0)