Skip to content

Conversation

@ryanaidilp
Copy link
Contributor

Summary

Fix critical workflow error in create-release.yml that was preventing proper changelog generation and deployment triggering.

Changes

  • Remove invalid --output flag from changelog generation command
  • Fix invalid context access (steps.create-releasesteps.changelog)
  • Ensure deployment workflow triggers properly when tags are created

Issues Fixed

  • Fixes changelog generation error: "Error: invalid option: --output"
  • Ensures deploy.yml workflow triggers correctly on tag creation
  • Prevents workflow failures during release process

Impact

This hotfix ensures the release automation works correctly and deployments are triggered as expected.

ryanaidilp and others added 5 commits September 8, 2025 23:28
- Remove invalid --output flag from changelog generation
- Fix invalid context access in workflow summary
- Ensure deployment workflow triggers properly on tag creation
- Remove create-release.yml to prevent conflicts with release-automation.yml
- Both workflows triggered on same events and created duplicate tags
- release-automation.yml provides comprehensive GitFlow workflow
- deploy.yml already handles GitHub release creation after deployment
- Update version to 1.1.1 in package.json

- Generate release changelog

This commit prepares the hotfix/v1.1.1 branch for hotfix.
@ryanaidilp ryanaidilp self-assigned this Sep 8, 2025
@ryanaidilp ryanaidilp merged commit 4e3a6e0 into main Sep 8, 2025
2 checks passed
@github-actions github-actions bot deleted the hotfix/v1.1.1 branch September 8, 2025 16:37
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