Skip to content

Add automated release workflow for RubyGems publishing #98

Description

@ahogappa

What

Automate gem releases to RubyGems when a new version tag is pushed.

Goal

When a version tag (e.g., v1.0.0) is pushed to GitHub, the gem should be automatically built and published to RubyGems without manual intervention.

Approach

Create a GitHub Actions workflow that triggers on tag pushes and publishes the gem using RubyGems API credentials stored as a repository secret.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions