Last active
September 18, 2017 09:18
-
-
Save AnkurVyas-BTC/72919f791e83132300afd5bed0f55ee3 to your computer and use it in GitHub Desktop.
How can we add tags to github project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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