Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix Release Automation Workflow #498

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AlfredoG87
Copy link
Contributor

@AlfredoG87 AlfredoG87 commented Jan 14, 2025

Description:
The release automation workflow was broken due to PR for Build migration to Hiero gradle plugins, this fixes it the issue with the version not been passed along correctly to the gradle bumpVersion task

Related issue(s):

Fixes #496

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@AlfredoG87 AlfredoG87 added this to the 0.4.0 milestone Jan 15, 2025
@AlfredoG87 AlfredoG87 added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Jan 15, 2025
@AlfredoG87 AlfredoG87 self-assigned this Jan 15, 2025
Signed-off-by: Alfredo Gutierrez <[email protected]>
@AlfredoG87 AlfredoG87 requested review from mattp-swirldslabs, jjohannes and rbarkerSL and removed request for rbarkerSL January 15, 2025 04:21
@AlfredoG87 AlfredoG87 marked this pull request as ready for review January 15, 2025 04:22
@AlfredoG87 AlfredoG87 requested review from a team as code owners January 15, 2025 04:22
@jjohannes
Copy link
Contributor

@AlfredoG87 I took the liberty to push another commit to this branch.

It replaces 'bumpVersion' with 'versionAsSpecified' that is already available (original motivated by how things are done in 'hedera-services'). 'versionAsSpecified' takes care of updating 'version.txt'.

The Gradle configuration I added extends 'versionAsSpecified' to also update the 'Chart.yaml' files.

See:

jjohannes
jjohannes previously approved these changes Jan 15, 2025
Copy link
Contributor

@mishomihov00 mishomihov00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review applies to .github/workflows/release-automation.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release Automation Break
3 participants