Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Push Tags along with Commits #146

Merged
merged 2 commits into from
Mar 2, 2021
Merged

Push Tags along with Commits #146

merged 2 commits into from
Mar 2, 2021

Commits on Feb 26, 2021

  1. Add failing tests

    stefanzweifel committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    175c2cd View commit details
    Browse the repository at this point in the history
  2. Push tags by using —follow-tags and —atomic

    By using —follow-tags we push all annotated tags alongside the commit to the remote repository.
    In addition, we’re using —atomic. This ensures that all refs are updated.
    
    - https://github.blog/2015-04-30-git-2-4-atomic-pushes-push-to-deploy-and-more/#atomic-pushes
    - https://stackoverflow.com/a/3745250
    - https://therightstuff.medium.com/the-rights-and-wrongs-of-git-push-with-tags-998667eaed8f
    stefanzweifel committed Feb 26, 2021
    1 Configuration menu
    Copy the full SHA
    9bb0fd2 View commit details
    Browse the repository at this point in the history