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

auto releases #87

Merged
merged 27 commits into from
Oct 22, 2024
Merged

auto releases #87

merged 27 commits into from
Oct 22, 2024

Conversation

ericbuckley
Copy link
Collaborator

@ericbuckley ericbuckley commented Oct 17, 2024

Description

A new CI workflow to automate the creation of Github releases.

Related Issues

closes #64

Additional Notes

The CI workflow works for two different triggering conditions, the creation of a version tag and merging code into main.

  1. When a version tag (vYY.FF.HH) is created and pushed to Github, the workflow creates a new published release.
  2. When a PR is merged into main, the workflow creates a new draft release.

docs/releases.md was created to document the release process.

<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->

Checklist

Please review and complete the following checklist before submitting your pull request:

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.
  • I have minimized the number of reviewers to include only those essential for the review.
  • I have notified teammates in the review thread to build awareness.

Checklist for Reviewers

Please review and complete the following checklist during the review process:

  • The code follows best practices and conventions.
  • The changes implement the desired functionality or fix the reported issue.
  • The tests cover the new changes and pass successfully.
  • Any potential edge cases or error scenarios have been considered.

@ericbuckley ericbuckley added feature New feature or request automation Automation of processes labels Oct 17, 2024
@ericbuckley ericbuckley self-assigned this Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.51%. Comparing base (dbe3761) to head (14f3d2f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   93.51%   93.51%           
=======================================
  Files          19       19           
  Lines         971      971           
=======================================
  Hits          908      908           
  Misses         63       63           

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

@ericbuckley ericbuckley marked this pull request as ready for review October 21, 2024 17:35
@ericbuckley ericbuckley merged commit 2705431 into main Oct 22, 2024
7 checks passed
@ericbuckley ericbuckley deleted the feature/64-auto-releases branch October 22, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Automation of processes feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-releases
2 participants