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

Switch default branch to use when none is supplied to 'main` #171

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

SeanTAllen
Copy link
Member

We are in the process of switching ponylang repos over from master
to main as the default branch to match GitHub's change for the
default name for new repos.

This commit switches corral to be in line with the new GitHub defaults.

@SeanTAllen SeanTAllen added the changelog - changed Automatically add "Changed" CHANGELOG entry on merge label Feb 8, 2021
@SeanTAllen SeanTAllen requested a review from a team February 8, 2021 18:45
@ponylang-main
Copy link
Contributor

Hi @SeanTAllen,

The changelog - changed label was added to this pull request; all PRs with a changelog label need to have release notes included as part of the PR. If you haven't added release notes already, please do.

Release notes are added by creating a uniquely named file in the .release-notes directory. We suggest you call the file 171.md to match the number of this pull request.

The basic format of the release notes (using markdown) should be:

## Title

End user description of changes, why it's important,
problems it solves etc.

If a breaking change, make sure to include 1 or more
examples what code would look like prior to this change
and how to update it to work after this change.

Thanks.

@SeanTAllen SeanTAllen force-pushed the default-is-main branch 2 times, most recently from 984d115 to 57b1b62 Compare February 8, 2021 18:53
@SeanTAllen SeanTAllen marked this pull request as draft February 8, 2021 18:53
We are in the process of switching ponylang repos over from `master`
to `main` as the default branch to match GitHub's change for the
default name for new repos.

This commit switches corral to be in line with the new GitHub defaults.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - changed Automatically add "Changed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants