File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # Template to use for release PRs from ` develop ` to ` master `
1+ # Template to use for release PRs from ` develop ` to ` stable `
22
33PR 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
Original file line number Diff line number Diff line change 11name : Quicktest
22
33on :
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'
Original file line number Diff line number Diff line change 11name : Test
22
33on :
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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments