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

Add release drafter workflow #2820

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

Conversation

tishun
Copy link
Collaborator

@tishun tishun commented Apr 8, 2024

Closes #2815

  • Added release-drafter-config.yml and release-drafter.yml to automate release notes generation

  • Added dependabot configuration

  • all YAML file names should have the same extension because of reasons

  • renamed cicd to integration as it is confusing (particularly not taking part in the CD part, as it is handled by another set of scripts)

  • You have read the contribution guidelines.

  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.

  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.

  • You submit test cases (unit or integration tests) that back your changes.

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.64%. Comparing base (43843bf) to head (5787b7e).
Report is 249 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2820      +/-   ##
============================================
- Coverage     78.71%   77.64%   -1.07%     
- Complexity     6786     7232     +446     
============================================
  Files           508      539      +31     
  Lines         22765    24488    +1723     
  Branches       2446     2608     +162     
============================================
+ Hits          17919    19014    +1095     
- Misses         3717     4268     +551     
- Partials       1129     1206      +77     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tishun tishun self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add release drafter workflow
1 participant