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

ci: setup automatic publishing #57

Merged
merged 1 commit into from
Jul 12, 2024
Merged

ci: setup automatic publishing #57

merged 1 commit into from
Jul 12, 2024

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Jul 5, 2024

This sets up automatic publishing based on this guide - the workflow itself is based off this example.

For now I've decided to keep the workflow light rather than e.g. run tests or linting since this is the first time we've automated gem publishing and it's unlikely we'll actually do a lot of releases so I want to make it as easy to release a new version.

I have left rubygems_mfa_required in the gemspec set to true as while the docs don't seem to explicitly say that doesn't apply to OIDC-based publishing, the rubygems-await codebase (which is using this workflow) does also have it enabled so I'm assuming its fine

Resolves #23

@G-Rath G-Rath merged commit 6fa44be into main Jul 12, 2024
10 checks passed
@G-Rath G-Rath deleted the setup-publishing-workflow branch July 12, 2024 23:24
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.

Consider using semantic-release + conventional commits to do releases
1 participant