Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Don't assume git pull fetches all branches/tags #284

Merged
merged 1 commit into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. Don't assume git pull fetches all branches/tags

    While running a release, at this point in the instructions I was on the `v1.3.5-release-notes` branch.
    
    So `git pull` isn't guaranteed to pull updates on `main` etc.
    
    Since we're going to checkout the release tag, a `fetch` is all we need here.
    jeffwidman committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0e0e568 View commit details
    Browse the repository at this point in the history