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

Use release-drafter action to draft releases and notes #856

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Dec 6, 2024

  • Add the release-drafter action to draft release notes on a commit/merge to deploy/prod
  • Name the draft release and tag with the current date (e.g., 2024-12-05) or current with an integer appended (e.g., 2024-12-05-1, 2024-12-05-2, etc) if a release with the date already exists
  • Set up config to separate dependency PRs in their own section in the release notes

Upon a commit/merge to deploy/production, this action drafts a new
release (but does not release it) and tag name (but does not tag it).
Both the release and the tag are set to the current date, or the
current date with a -1, -2 appended if a release with the current
date already exists. The release notes drafted by the action separate
out dependency updates from other changes, which will help us sort
through the release notes to see what of note has changed.
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.73%. Comparing base (73a8286) to head (7a095a0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #856   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         165      165           
  Lines       21173    21173           
=======================================
  Hits        20906    20906           
  Misses        267      267           

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

@amstilp amstilp merged commit 436098b into main Dec 6, 2024
10 checks passed
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.

1 participant