Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Tagging A Release Branch

Michael J. Giarlo edited this page Jan 7, 2014 · 3 revisions

Local dev:

  • git checkout master
  • git pull github master
  • rspec
  • git tag -a -m "Tagging release 1.0" v1.0
  • git push github master
  • git push github --tags

Deploy to environments

cap -s branch=[branchname] [environment] deploy

Capistrano Deploy Notes

Clone this wiki locally