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

Automate release notes generation #368

Merged
merged 7 commits into from
Oct 18, 2022
Merged

Conversation

tomvothecoder
Copy link
Collaborator

@tomvothecoder tomvothecoder commented Oct 18, 2022

Description

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

If applicable:

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass with my changes (locally and CI/CD build)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have noted that this is a breaking change for a major release (fix or feature that would cause existing functionality to not work as expected)

- Uses GH Actions `release-drafter` action
- Resolves the next version based on the PR labels
- Categorizes merged PR commits based on PR labels
@tomvothecoder tomvothecoder added the type: devops Testing, CI/CD, systems configuration label Oct 18, 2022
@tomvothecoder tomvothecoder self-assigned this Oct 18, 2022
@tomvothecoder tomvothecoder added this to In progress in Next Release - 0.4.0 via automation Oct 18, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (5a21f55) compared to base (8cc9054).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #368   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1201      1201           
=========================================
  Hits          1201      1201           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tomvothecoder tomvothecoder added the patch A patch release, includes backwards compatible bug fixes. label Oct 18, 2022
@tomvothecoder tomvothecoder marked this pull request as ready for review October 18, 2022 17:54
@tomvothecoder tomvothecoder merged commit 778b498 into main Oct 18, 2022
Next Release - 0.4.0 automation moved this from In progress to Done Oct 18, 2022
@tomvothecoder tomvothecoder deleted the devops/366-release-notes branch October 18, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A patch release, includes backwards compatible bug fixes. type: devops Testing, CI/CD, systems configuration
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[Feature]: Automate releases notes using GitHub Actions
2 participants