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

feat: rename branch to main #400

Merged
merged 1 commit into from
Nov 12, 2021
Merged

feat: rename branch to main #400

merged 1 commit into from
Nov 12, 2021

Conversation

caarlos0
Copy link
Member

same as goreleaser/goreleaser#2645

impact seem low to me, wdyt?

@caarlos0 caarlos0 added this to In progress in Board via automation Nov 12, 2021
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 12, 2021
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #400 (8b7d7ef) into master (b909114) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #400   +/-   ##
=======================================
  Coverage   65.25%   65.25%           
=======================================
  Files          14       14           
  Lines        1842     1842           
=======================================
  Hits         1202     1202           
  Misses        502      502           
  Partials      138      138           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b909114...8b7d7ef. Read the comment docs.

@erikgeiser
Copy link
Member

I'm all for it. I already tried checking out the non-existing main branch of nfpm a few times because I'm very used to the renaming already.

@caarlos0
Copy link
Member Author

to fix local:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

@caarlos0 caarlos0 merged commit eaf42de into main Nov 12, 2021
@caarlos0 caarlos0 deleted the rename-to-main branch November 12, 2021 20:18
Board automation moved this from In progress to Done Nov 12, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
No open projects
Board
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants