Skip to content

Commit f530fbc

Browse files
authored
Merge pull request #397 from PHPCSStandards/feature/290-follow-up-branch-rename
Update all references to the main branch from `master` to `stable`
2 parents 21c03f1 + f3b2b98 commit f530fbc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template to use for release PRs from `develop` to `master`
1+
# Template to use for release PRs from `develop` to `stable`
22

33
PR for tracking changes for the x.x.x release. Target release date: **DOW MONTH DAY YEAR**.
44

@@ -35,7 +35,7 @@ PR for tracking changes for the x.x.x release. Target release date: **DOW MONTH
3535
- [ ] Close the milestone
3636
- [ ] Open a new milestone for the next release
3737
- [ ] If any open PRs/issues which were milestoned for this release did not make it into the release, update their milestone.
38-
- [ ] Fast-forward `develop` to be equal to `master`
38+
- [ ] Fast-forward `develop` to be equal to `stable`
3939
4040
### Publicize
4141

.github/workflows/quicktest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Quicktest
22

33
on:
4-
# Run on pushes, including merges, to all branches except `master`.
4+
# Run on pushes, including merges, to all branches except `stable` and `develop`.
55
push:
66
branches-ignore:
7-
- master
7+
- stable
88
- develop
99
paths-ignore:
1010
- '**.md'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test
22

33
on:
4-
# Run on pushes to `master` and on all pull requests.
4+
# Run on pushes to `stable` and `develop` and on all pull requests.
55
push:
66
branches:
7-
- master
7+
- stable
88
- develop
99
paths-ignore:
1010
- '**.md'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ This initial alpha release contains the following utility classes:
309309
* [`Variables`]: Utility functions for use when examining variables.
310310

311311

312-
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-alpha3...HEAD
312+
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
313313
[1.0.0-alpha3]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-alpha2...1.0.0-alpha3
314314
[1.0.0-alpha2]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-alpha1...1.0.0-alpha2
315315

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Coverage Status](https://coveralls.io/repos/github/PHPCSStandards/PHPCSUtils/badge.svg?branch=develop)](https://coveralls.io/github/PHPCSStandards/PHPCSUtils?branch=develop)
1616

1717
[![Docs Build Status](https://github.com/PHPCSStandards/PHPCSUtils/actions/workflows/ghpages.yml/badge.svg)][phpcsutils-web]
18-
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsutils/license)](https://github.com/PHPCSStandards/PHPCSUtils/blob/master/LICENSE)
18+
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsutils/license)](https://github.com/PHPCSStandards/PHPCSUtils/blob/stable/LICENSE)
1919
![Awesome](https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg)
2020

2121
</div>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "1.x-dev",
49+
"dev-stable": "1.x-dev",
5050
"dev-develop": "1.x-dev"
5151
}
5252
},

0 commit comments

Comments
 (0)