Skip to content

Instantly share code, notes, and snippets.

@saurabh-hirani
Created February 1, 2020 12:16
Show Gist options
  • Save saurabh-hirani/883445b068937f85625513adb0342b05 to your computer and use it in GitHub Desktop.
Save saurabh-hirani/883445b068937f85625513adb0342b05 to your computer and use it in GitHub Desktop.
Rakefile semantic versioning

Semantic versioning intro

This repo uses semantic versioning for tagging releases. Read semantic versioning basics here

Release patch version

rake release

This bumps up the patch version in VERSION file and tags the release.

Release the minor version

rake release:minor

This bumps up the minor version in VERSION file and tags the release.

Release the major version

rake release:major

This bumps up the major version in VERSION file and tags the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment