Skip to content

Release 1.0.2 - #50

Merged
AevumDecessus merged 2 commits into
mainfrom
dev
Jul 1, 2026
Merged

Release 1.0.2#50
AevumDecessus merged 2 commits into
mainfrom
dev

Conversation

@AevumDecessus

Copy link
Copy Markdown
Contributor

Summary

Release 1.0.2 with fix for automatic production image builds.

Changes

  • Production image workflow now triggers on release: published in addition to push: tags:
  • This ensures prod images build automatically when the create-release workflow creates a release

Why

The v1.0.1 release was created successfully by the automated workflow, but the prod image didn't build because gh release create only fires a release event, not a push: tags: event.

Test plan

  • All checks passed on dev
  • After merge, verify v1.0.2 release creates automatically with correct tag and changelog
  • After merge, verify prod image builds automatically via release: published trigger
  • After merge, verify sync-dev-to-main workflow succeeds (fragforce-automation app now installed)

Production images were not building automatically because gh release create only fires a release event, not a push:tags event. Add release:published trigger so prod images build when releases are created by the automated workflow.
Release 1.0.2: Fix production image workflow trigger
@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@AevumDecessus
AevumDecessus merged commit 433bed8 into main Jul 1, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants