Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 367 Bytes

RELEASING.md

File metadata and controls

16 lines (15 loc) · 367 Bytes

Release Guide

  1. Bump version in lib/api_solvecaptcha/version.rb to X.Y.Z.
  2. Commit changes:
    git commit -am "Bump to vX.Y.Z"
  3. Create and annotate tag:
    git tag -a vX.Y.Z -m "Release vX.Y.Z"
  4. Push code and tag:
    git push origin main --tags
  5. GitHub Actions will build and publish automatically.