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

slack notification after release #166

Merged
merged 17 commits into from
Jan 8, 2025
Merged

Conversation

ericbuckley
Copy link
Collaborator

@ericbuckley ericbuckley commented Jan 7, 2025

Description

Post a slack notification after a release has been published.

Related Issues

closes #144

Additional Notes

  • Renaming next_tag.sh to version_name.sh to better match functionality. Also updating script to return the current tag name if the commit HEAD is a version tag.
  • Reorganizing the release.yml into 3 different jobs.
    1. package: building and pushing the docker image
    2. docs: building and publishing the public docs
    3. release: creating the release and posting to slack

<--------------------- 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.

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 the automation Automation of processes label Jan 7, 2025
@ericbuckley ericbuckley self-assigned this Jan 7, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.21%. Comparing base (a58652c) to head (003a1dd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   97.21%   97.21%           
=======================================
  Files          30       30           
  Lines        1328     1328           
=======================================
  Hits         1291     1291           
  Misses         37       37           

☔ 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 January 7, 2025 03:07
@ericbuckley ericbuckley merged commit b1cdc7d into main Jan 8, 2025
13 checks passed
@ericbuckley ericbuckley deleted the feature/144-release-slack-post branch January 8, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Automation of processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

post to slack after release
2 participants