Skip to content

Commit

Permalink
chore(main): release 1.1.0-beta.1 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent d60407a commit e0250e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0-beta"}
{".":"1.1.0-beta.1"}
2 changes: 1 addition & 1 deletion .platform/terraform/environments/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ module "service" {
source = "../../modules/service"

# x-release-please-start-version
image_version = "1.1.0-beta"
image_version = "1.1.0-beta.1"
# x-release-please-end
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0-beta.1](https://github.com/3sidedcube/example-app/compare/v1.1.0-beta...v1.1.0-beta.1) (2024-12-01)


### Bug Fixes

* **github:** remove prerelease type ([296e0f3](https://github.com/3sidedcube/example-app/commit/296e0f3150421a3be1526ce82e71f110e368f543))

## [1.1.0-beta](https://github.com/3sidedcube/example-app/compare/v1.0.0...v1.1.0-beta) (2024-12-01)


Expand Down

0 comments on commit e0250e4

Please sign in to comment.