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

ci: GitHub Actions Release automation WorkFlow #82

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

Conversation

AlfredoG87
Copy link
Contributor

@AlfredoG87 AlfredoG87 commented Aug 5, 2024

Description:

  • Adds documentation explaning the release process
  • Adds Gradle task and script for bumping versions during release process

Related issue(s):

Fixes #79
Fixes: #80

Notes for reviewer:

Checklist

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

@AlfredoG87 AlfredoG87 changed the title Gha release automation ci: Gha release automation Aug 5, 2024
@AlfredoG87 AlfredoG87 changed the title ci: Gha release automation ci: GitHub Actions Release automation WorkFlow Aug 5, 2024
@AlfredoG87 AlfredoG87 changed the title ci: GitHub Actions Release automation WorkFlow ci: GitHub Actions Release automation WorkFlow Aug 5, 2024
@AlfredoG87 AlfredoG87 self-assigned this Aug 5, 2024
@AlfredoG87 AlfredoG87 added github_actions Release Issues tied to release management functions labels Aug 5, 2024
@AlfredoG87 AlfredoG87 added this to the 0.1.0 milestone Aug 5, 2024
@AlfredoG87 AlfredoG87 marked this pull request as ready for review August 8, 2024 00:09
@AlfredoG87 AlfredoG87 requested review from a team as code owners August 8, 2024 00:09
@AlfredoG87 AlfredoG87 marked this pull request as draft August 12, 2024 23:31
@AlfredoG87 AlfredoG87 marked this pull request as ready for review August 23, 2024 22:01
@AlfredoG87 AlfredoG87 requested a review from a team as a code owner August 23, 2024 22:01
Copy link
Contributor

@mattp-swirldslabs mattp-swirldslabs left a comment

Choose a reason for hiding this comment

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

Looks good.

.github/workflows/release-automation.yaml Show resolved Hide resolved
jeromy-cannon
jeromy-cannon previously approved these changes Aug 26, 2024
jobs:
release:
name: Release
runs-on: [self-hosted, Linux, large, ephemeral]
Copy link
Contributor

Choose a reason for hiding this comment

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

The runs-on stanza should use the latitude runners for the block node repo. block-node-linux-medium

runs-on: block-node-linux-medium

Copy link
Contributor Author

Choose a reason for hiding this comment

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

✅ Done!


create_pr:
name: Create PR
runs-on: [self-hosted, Linux, large, ephemeral]
Copy link
Contributor

Choose a reason for hiding this comment

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

The runs-on stanza should use the latitude runners for the block node repo. block-node-linux-medium

runs-on: block-node-linux-medium

Copy link
Contributor Author

Choose a reason for hiding this comment

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

✅ Done!

@AlfredoG87 AlfredoG87 requested a review from a team as a code owner September 1, 2024 14:11
…m mirror-node, so changes are still necessary

Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Also improvements to the WF to be able to bump the version.

Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3c95691) to head (224bbf5).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main       #82   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       135       135           
===========================================
  Files             26        26           
  Lines            511       511           
  Branches          27        27           
===========================================
  Hits             511       511           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Release Issues tied to release management functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump-Version Script Automate Release Branch and Notes
4 participants