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

Switch to draft-release action #3675

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Switch to draft-release action #3675

merged 2 commits into from
Mar 23, 2023

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Mar 20, 2023

Currently, we have a script that takes care of generating the release notes (draft) for the next release. As this piece of code is been used in more and more repositories, it makes sense to use a proper GitHub Action to perform that step.

The obvious benefits are:

  • we can properly test the action
  • the action will be versioned
  • easier to maintain as it's not just a random piece of code checked in the repo

@lucacome lucacome added this to the v3.1.0 milestone Mar 20, 2023
@lucacome lucacome requested a review from a team as a code owner March 20, 2023 23:29
@lucacome lucacome self-assigned this Mar 20, 2023
@github-actions github-actions bot added the chore Pull requests for routine tasks label Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #3675 (d33cd6b) into main (3db26cb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3675   +/-   ##
=======================================
  Coverage   52.35%   52.35%           
=======================================
  Files          59       59           
  Lines       16880    16880           
=======================================
  Hits         8838     8838           
  Misses       7747     7747           
  Partials      295      295           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lucacome lucacome enabled auto-merge (squash) March 21, 2023 23:51
@lucacome lucacome merged commit d7e0b50 into main Mar 23, 2023
@lucacome lucacome deleted the chore/use-draft-release branch March 23, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants