Skip to content

v1.1.0

Choose a tag to compare

@elrayle elrayle released this 16 May 04:33
· 295 commits to main since this release
7a47b07

Release Highlights

Release tag: v1.1.0

This moves the check for is-release to the app-build-and-deploy workflow in the determine-trigger job. This removes the need to perform this check in all callers of the workflow.

Required Updates

In callers...

  • remove the is-release parameter from the call to app-build-and-deploy
  • update the version of the uses statement for app-build-and-deploy to @v1.1.0

Changes

v1.0.0...v1.1.0