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

Release new versions through GHA pipeline #450

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Release new versions through GHA pipeline #450

merged 3 commits into from
Feb 6, 2024

Conversation

tw-owen-nelson
Copy link
Collaborator

Example release: https://github.com/tw-owen-nelson/talisman/releases/tag/v1.32.1

This still creates the release in a draft state that must be manually approved through GitHub in order to go live.

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f9b0c70) 69.84% compared to head (18a0660) 69.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #450   +/-   ##
=======================================
  Coverage   69.84%   69.84%           
=======================================
  Files          33       33           
  Lines        1565     1565           
=======================================
  Hits         1093     1093           
  Misses        439      439           
  Partials       33       33           

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

This uses the GitHub API to create release notes based off tags and PRs
that match our current practice.

The GoReleaser action requires specifying release notes as a file. The
process substituion recommended in their docs is not viable because of
how the action expands user-supplied arguments.

Authored-by: Owen Nelson <[email protected]>
@tw-owen-nelson tw-owen-nelson merged commit 7f6f4d9 into main Feb 6, 2024
7 checks passed
@tw-owen-nelson tw-owen-nelson deleted the release branch February 6, 2024 22:12
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