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 gem from 2.5-stable via GitHub Actions #802

Merged
merged 4 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    11e6fd7 View commit details
    Browse the repository at this point in the history
  2. Add a Ruby file to declare version

    Extracting version string to a separate file so that procedural edits to `minima.gemspec` does not trigger the `release` workflow.
    ashmaroli authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    897ed85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d031955 View commit details
    Browse the repository at this point in the history
  4. Add required_ruby_version in gemspec

    Add `required_ruby_version` to remove the recommendation log output from rubygems
    
    Set to the lowest Ruby version tested against.
    ashmaroli authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    67a6d4b View commit details
    Browse the repository at this point in the history