Skip to content

ikhurramraza/cristiano

Repository files navigation

Cristiano

Lint Test Release

Outputs ASCII art to celebrate the G.O.A.T. 🐐

💿 Installation

gem install cristiano

🚀 Publishing

  1. Bump the version in lib/cristiano/version.rb file in a PR.

  2. Create and push tag to GitHub.

git tag --sign -a "v[VERSION_TAG]" -m "v[VERSION_TAG]"

git push origin "v[VERSION_TAG]"
  1. Wait for Release GitHub action to complete.