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 the Release Automation GHA WF #228

Closed
wants to merge 1 commit into from

Conversation

AlfredoG87
Copy link
Contributor

@AlfredoG87 AlfredoG87 commented Oct 2, 2024

Description:
Recently it was merged a new WF that will allow us to automate the release process.
However as any WF of this complexity is hard to make it work at first try, due to limitations of Access to the repository configuration and the inability to test it completely locally.

This PR is the first that aims to fix the shortcomings and fix the WF until is tested and confirmed to be working.

Related issue(s):

Fixes #229

Notes for reviewer:

Checklist

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

Signed-off-by: Alfredo Gutierrez <[email protected]>
@AlfredoG87 AlfredoG87 self-assigned this Oct 2, 2024
@AlfredoG87 AlfredoG87 added the P3 Low priority issue. Will not impact the release schedule if not complete. label Oct 2, 2024
@AlfredoG87 AlfredoG87 added this to the 0.1.0 milestone Oct 2, 2024
@AlfredoG87 AlfredoG87 modified the milestones: 0.1.0, 0.2.0 Oct 12, 2024
@AlfredoG87
Copy link
Contributor Author

Fixes were merged on this PR: #236

@AlfredoG87 AlfredoG87 closed this Oct 16, 2024
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (90e556a) to head (ab90c07).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #228   +/-   ##
=========================================
  Coverage     99.77%   99.77%           
  Complexity      238      238           
=========================================
  Files            48       48           
  Lines           872      872           
  Branches         58       58           
=========================================
  Hits            870      870           
  Misses            2        2           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low priority issue. Will not impact the release schedule if not complete.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test, Fix and Follow-up on "Automated release process" attempt to release 0.1.0-rc1 and 0.1.0-rc2 versions.
1 participant