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

Rename references to master branch #201

Merged
merged 1 commit into from Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -49,5 +49,5 @@ Output of `vendor/bin/phpcs --config-show`:
(Please paste the output you get here)
```

## Tested against `master` branch?
- [ ] I have verified the issue still exists in the `master` branch.
## Tested against `main` branch?
- [ ] I have verified the issue still exists in the `main` branch.
4 changes: 2 additions & 2 deletions .github/workflows/integrationtest.yml
Expand Up @@ -2,10 +2,10 @@
name: Integration Test

on:
# Run on pushes to `master` and on all pull requests.
# Run on pushes to `main` and on all pull requests.
push:
branches:
- master
- main
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Expand Up @@ -5,7 +5,7 @@ on:
# Run on pushes to feature branches.
push:
branches-ignore:
- master
- main
# Allow manually triggering the workflow.
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -7,7 +7,7 @@ before making a change.
Please note we have [a code of conduct][], please follow it in all your interactions
with the project.

[a code of conduct]: https://github.com/PHPCSStandards/composer-installer/blob/master/CODE_OF_CONDUCT.md
[a code of conduct]: https://github.com/PHPCSStandards/composer-installer/blob/main/CODE_OF_CONDUCT.md

## Issues and feature requests

Expand Down Expand Up @@ -131,7 +131,7 @@ A changelog can be generated using the [`github-changelog-generator`][github-cha

Our release versions follow [Semantic Versioning][semver].

New releases (and any related tags) are always created from the `master` branch.
New releases (and any related tags) are always created from the `main` branch.

To create a new release:

Expand Down