Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Last active September 18, 2017 09:18
Show Gist options
  • Select an option

  • Save AnkurVyas-BTC/72919f791e83132300afd5bed0f55ee3 to your computer and use it in GitHub Desktop.

Select an option

Save AnkurVyas-BTC/72919f791e83132300afd5bed0f55ee3 to your computer and use it in GitHub Desktop.
How can we add tags to github project.
How to add tags in github project.
git tag -a v2.8.0 -m "v2.8.0 Release"
git push origin master --follow-tags
heroku run rake db:migrate --remote=production # Run migrations if needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment