kdeldycke / workflows

⚙️ CLI helpers for GitHub Action + reuseable workflows
GNU General Public License v2.0
22 stars 5 forks source link

Release `v4.8.5` #1456

Open kdeldycke opened 5 days ago

kdeldycke commented 5 days ago

Description

This PR is ready to be merged. The merge event will trigger[^1] the:

  1. creation of a v4.8.5 tag on main branch
  2. build and release of the Python package to PyPi
  3. compilation of the project's binaries with Nuitka (if entry points are defined)
  4. publication of a GitHub release with all artifacts above attached

[^1]: as defined by release.yaml.

How-to release v4.8.5

  1. click Re-run all jobs from the workflow run, to refresh the release date to today
  2. wait for the re-run to complete and check the result in diff view
  3. click Ready for review button below, to get this PR out of Draft mode
  4. click Rebase and merge button below (‼️ do not ~Squash and merge~: the auto-tagging job needs the 2 distinct commits in this PR)

Workflow metadata > [Auto-generated on run `#12045453531`](https://github.com/kdeldycke/workflows/actions/runs/12045453531) by `prepare-release` job from [`changelog.yaml`](https://github.com/kdeldycke/workflows/blob/867e6844975ff1b9a70f348980bc9b2504711c85/.github/workflows/changelog.yaml) workflow.
codecov-commenter commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 6.03%. Comparing base (867e684) to head (7e8cd40).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1456 +/- ## ===================================== Coverage 6.03% 6.03% ===================================== Files 6 6 Lines 597 597 Branches 94 94 ===================================== Hits 36 36 Misses 561 561 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.