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 bot to repository #1170

Merged
merged 9 commits into from
Mar 20, 2023

Conversation

kkangs0226
Copy link
Contributor

@kkangs0226 kkangs0226 commented Mar 15, 2023

Summary:

Fixes #1162

Release-drafter bot is able to update our release notes every time a PR gets merged.
It will reduce our work in updating the changelog when creating releases.

More information on configuration file: https://github.com/release-drafter/release-drafter

Note:

In order for the bot to categorise our PRs in the changelog, we will need to start adding category labels to PRs as well. (Will reduce work for us when it comes to updating changelog!)

Changes Made:

  • Installed Release-drafter bot to CATcher repository
  • Added configuration file .github/release-drafter.yml

Proposed Commit Message:

Add Release-drafter bot to repository 

Release notes are currently updated manually by developers after 
creating a release. 

Adding Release-drafter bot can automate this process. 

Let's create a configuration file for Release-drafter bot so it can 
update & categorize changelog every time  PR gets merged. 

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: +0.03 🎉

Comparison is base (5180cff) 53.46% compared to head (70d21da) 53.50%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1170      +/-   ##
==========================================
+ Coverage   53.46%   53.50%   +0.03%     
==========================================
  Files         100      100              
  Lines        2727     2727              
  Branches      512      512              
==========================================
+ Hits         1458     1459       +1     
  Misses        931      931              
+ Partials      338      337       -1     

see 1 file with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kkangs0226 kkangs0226 merged commit d6eb065 into CATcher-org:master Mar 20, 2023
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 Bot to repository
3 participants