The project is in a healthy, maintained state
It does nothing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.3, >= 2.3.1
~> 9.2
 Project Readme

lemons-with-rake 🍋

test lint build release

About ⭐

A template repository for building releasing SLSA Level 3 Complaint Ruby Gems with Rake.

Releasing

Releasing simply takes place with bundle exec rake release. This will do the following:

  1. Build the gem (just for local purposes)
  2. Creates a git tag and pushes the tag only
  3. The tag will trigger the release workflow which will fully build and push the gem to rubygems.org via GitHub Actions

The release workflow will also handle the following:

  • Building the Gem in CI
  • Signing the Gem
  • Pushing the Gem to rubygems.org
  • Pushing the Gem to the GitHub Package Registry
  • Creating a release on GitHub