Skip to content

Commit 801c982

Browse files
committed
adjust to semantic branch naming
1 parent 511d1ff commit 801c982

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ $ composer show --latest 'symfony-cmf/*'
3939
If it's an error message or piece of code, use code block tags,
4040
and make sure you provide the whole stack trace(s),
4141
not just the first error message you can see.
42-
More details here: https://github.com/symfony-cmf/core-bundle/blob/master/CONTRIBUTING.md#issues
42+
More details here: https://github.com/symfony-cmf/core-bundle/blob/3.x/CONTRIBUTING.md#issues
4343
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | "master" for new features / the branch of the current release for fixes
3+
| Branch? | 3.x for new features / the branch of the current release for fixes
44
| Bug fix? | yes/no
55
| New feature? | yes/no
66
| BC breaks? | yes/no

.github/workflows/test-application.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'master'
87
- '[0-9]+.x'
98
- '[0-9]+.[0-9]+'
109
- '[0-9]+.[0-9]+.x'

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,5 @@
5656
"psr-4": {
5757
"Symfony\\Cmf\\Bundle\\CoreBundle\\Tests\\": "tests/"
5858
}
59-
},
60-
"extra": {
61-
"branch-alias": {
62-
"dev-master": "3.x-dev"
63-
}
64-
},
65-
"minimum-stability": "dev"
59+
}
6660
}

0 commit comments

Comments
 (0)