File tree Expand file tree Collapse file tree 4 files changed +67
-9
lines changed Expand file tree Collapse file tree 4 files changed +67
-9
lines changed Original file line number Diff line number Diff line change 55 "docsSlug" : " doctrine-coding-standard" ,
66 "versions" : [
77 {
8- "name" : " 8.1" ,
9- "branchName" : " 8.1.x" ,
10- "slug" : " 8.1" ,
8+ "name" : " 9.0" ,
9+ "branchName" : " 9.0.x" ,
10+ "slug" : " 9.0" ,
11+ "upcoming" : true
12+ },
13+ {
14+ "name" : " 8.3" ,
15+ "branchName" : " 8.3.x" ,
16+ "slug" : " 8.3" ,
17+ "upcoming" : true
18+ },
19+ {
20+ "name" : " 8.2" ,
21+ "branchName" : " 8.2.x" ,
22+ "slug" : " 8.2" ,
1123 "current" : true ,
1224 "aliases" : [
1325 " current" ,
1426 " stable"
1527 ]
1628 },
29+ {
30+ "name" : " 8.1" ,
31+ "branchName" : " 8.1.x" ,
32+ "slug" : " 8.1" ,
33+ "maintained" : false
34+ },
1735 {
1836 "name" : " 8.0" ,
1937 "branchName" : " 8.0.x" ,
Original file line number Diff line number Diff line change 1+ name : " Automatic Releases"
2+
3+ on :
4+ milestone :
5+ types :
6+ - " closed"
7+
8+ jobs :
9+ release :
10+ name : " Git tag, release & create merge-up PR"
11+ runs-on : " ubuntu-20.04"
12+
13+ steps :
14+ - name : " Checkout"
15+ uses : " actions/checkout@v2"
16+
17+ - name : " Release"
18+ uses : " laminas/automatic-releases@v1"
19+ with :
20+ command-name : " laminas:automatic-releases:release"
21+ env :
22+ " GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
23+ " SIGNING_SECRET_KEY " : ${{ secrets.SIGNING_SECRET_KEY }}
24+ " GIT_AUTHOR_NAME " : ${{ secrets.GIT_AUTHOR_NAME }}
25+ " GIT_AUTHOR_EMAIL " : ${{ secrets.GIT_AUTHOR_EMAIL }}
26+
27+ - name : " Create Merge-Up Pull Request"
28+ uses : " laminas/automatic-releases@v1"
29+ with :
30+ command-name : " laminas:automatic-releases:create-merge-up-pull-request"
31+ env :
32+ " GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
33+ " SIGNING_SECRET_KEY " : ${{ secrets.SIGNING_SECRET_KEY }}
34+ " GIT_AUTHOR_NAME " : ${{ secrets.GIT_AUTHOR_NAME }}
35+ " GIT_AUTHOR_EMAIL " : ${{ secrets.GIT_AUTHOR_EMAIL }}
36+
37+ - name : " Create new milestones"
38+ uses : " laminas/automatic-releases@v1"
39+ with :
40+ command-name : " laminas:automatic-releases:create-milestones"
41+ env :
42+ " GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
43+ " SIGNING_SECRET_KEY " : ${{ secrets.SIGNING_SECRET_KEY }}
44+ " GIT_AUTHOR_NAME " : ${{ secrets.GIT_AUTHOR_NAME }}
45+ " GIT_AUTHOR_EMAIL " : ${{ secrets.GIT_AUTHOR_EMAIL }}
Original file line number Diff line number Diff line change 11# Doctrine Coding Standard
22
33[ ![ Build Status] ( https://github.com/doctrine/coding-standard/workflows/Continuous%20Integration/badge.svg )] ( https://github.com/doctrine/coding-standard/actions?query=workflow%3A%22Continuous+Integration%22+ )
4- [ ![ Continuous Integration] ( https://github.com/doctrine/coding-standard/workflows/Continuous%20Integration/badge.svg?branch=master )] ( https://github.com/doctrine/coding-standard/actions )
4+ [ ![ Continuous Integration] ( https://github.com/doctrine/coding-standard/workflows/Continuous%20Integration/badge.svg?branch=8.2.x )] ( https://github.com/doctrine/coding-standard/actions )
55[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/doctrine/coding-standard.svg?style=flat-square )] ( https://packagist.org/packages/doctrine/coding-standard )
66[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/doctrine/coding-standard.svg?style=flat-square )] ( https://packagist.org/packages/doctrine/coding-standard )
77
Original file line number Diff line number Diff line change 2828 },
2929 "config" : {
3030 "sort-packages" : true
31- },
32- "extra" : {
33- "branch-alias" : {
34- "dev-master" : " 7.0.x-dev"
35- }
3631 }
3732}
You can’t perform that action at this time.
0 commit comments