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

Build and push new releases to RubyGems automatically #276

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

jasonroelofs
Copy link
Contributor

Description

This is migrating our release process from Semaphore to GitHub Actions.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

This is migrating our release process from Semaphore to GitHub Actions.

bundle exec gem build workos --output=release.gem
bundle exec gem push release.gem

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are trailing newlines required? Some of the other PRs don't have one.

🔪

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, not required, just slipped by me.

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.63%. Comparing base (a063b85) to head (e0b881b).

❗ Current head e0b881b differs from pull request most recent head 7c1b0b2. Consider uploading reports for the commit 7c1b0b2 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #276   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files          42       42           
  Lines         940      940           
=======================================
  Hits          899      899           
  Misses         41       41           

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

@jasonroelofs jasonroelofs merged commit 1766853 into main Mar 29, 2024
4 checks passed
@jasonroelofs jasonroelofs deleted the publish-via-github-actions branch March 29, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants