File tree Expand file tree Collapse file tree 4 files changed +73
-2
lines changed Expand file tree Collapse file tree 4 files changed +73
-2
lines changed Original file line number Diff line number Diff line change 868
868
' Documentation ' :
869
869
- changed-files :
870
870
- any-glob-to-any-file : [
871
- ' *.md'
871
+ docs/*.md
872
+ docs/**/*.md
873
+ docs_includes/*.md
874
+ ]
875
+
876
+ ' README ' :
877
+ - changed-files :
878
+ - any-glob-to-any-file : [
879
+ README.md
872
880
]
873
881
874
882
' PHPStorm ' :
Original file line number Diff line number Diff line change
1
+ name-template : ' v$RESOLVED_VERSION 🌈'
2
+ tag-template : ' v$RESOLVED_VERSION'
3
+ categories :
4
+ - title : ' 🚀 Features'
5
+ labels :
6
+ - ' enhancement'
7
+ - ' new feature'
8
+ - title : ' 🐛 Bug Fixes'
9
+ labels :
10
+ - ' fix'
11
+ - ' bugfix'
12
+ - ' bug'
13
+ - title : ' 📖 Documentation'
14
+ labels :
15
+ - ' Documentation'
16
+ - title : ' ↗️ Dependencies'
17
+ labels :
18
+ - ' dependencies'
19
+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20
+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
21
+ version-resolver :
22
+ major :
23
+ labels :
24
+ - ' major'
25
+ minor :
26
+ labels :
27
+ - ' minor'
28
+ patch :
29
+ labels :
30
+ - ' patch'
31
+ default : patch
32
+ template : |
33
+ ## Changes
34
+
35
+ $CHANGES
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+
3
+ on :
4
+ push :
5
+ # branches to consider in the event; optional, defaults to all
6
+ branches :
7
+ - main
8
+ - next
9
+
10
+ permissions :
11
+ contents : read
12
+
13
+ jobs :
14
+ update_release_draft :
15
+ permissions :
16
+ # write permission is required to create a github release
17
+ contents : write
18
+ # write permission is required for autolabeler
19
+ # otherwise, read permission is required at least
20
+ pull-requests : write
21
+ runs-on : ubuntu-latest
22
+ steps :
23
+ # Drafts your next Release notes as Pull Requests are merged into "master"
24
+ - uses : release-drafter/release-drafter@v6
25
+ with :
26
+ disable-autolabeler : true
27
+ env :
28
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3
3
![ https://packagist.org/packages/openmage/magento-lts ] ( https://poser.pugx.org/openmage/magento-lts/d/total.svg )
4
4
![ https://github.com/openmage/magento-lts/actions/workflows/security-php.yml ] ( https://github.com/openmage/magento-lts/actions/workflows/security-php.yml/badge.svg )
5
5
![ https://github.com/OpenMage/magento-lts/actions/workflows/workflow.yml ] ( https://github.com/OpenMage/magento-lts/actions/workflows/workflow.yml/badge.svg )
6
- ![ https://www.php-fig.org/per/coding-style/ ] ( https://img.shields.io/badge/Coding%20standard -PER2.0-white.svg )
6
+ ![ https://www.php-fig.org/per/coding-style/ ] ( https://img.shields.io/badge/Code -PER2.0-white.svg )
7
7
8
8
# Magento - Long Term Support
9
9
You can’t perform that action at this time.
0 commit comments