Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stefanzweifel/git-auto-commit-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.1
Choose a base ref
...
head repository: stefanzweifel/git-auto-commit-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

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

Commits on Mar 2, 2021

  1. Merge pull request #146 from stefanzweifel/fixes/145

    Push Tags along with Commits
    stefanzweifel authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e944668 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    stefanzweifel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ae9ae1b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Release v4.9.2

    stefanzweifel committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    be7095c View commit details
    Browse the repository at this point in the history
Loading