File tree Expand file tree Collapse file tree 2 files changed +3
-58
lines changed Expand file tree Collapse file tree 2 files changed +3
-58
lines changed Original file line number Diff line number Diff line change 1
- # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2
- name-template : $NEXT_MINOR_VERSION
3
- tag-template : $NEXT_MINOR_VERSION
4
- version-template : $MAJOR.$MINOR.$PATCH
5
-
6
- # Emoji reference: https://gitmoji.carloscuesta.me/
7
- categories :
8
- - title : " :boom: Breaking changes"
9
- labels :
10
- - breaking
11
- - title : 🚨 Removed
12
- label : removed
13
- - title : " :tada: Major features and improvements"
14
- labels :
15
- - major-enhancement
16
- - major-rfe
17
- - title : 🐛 Major bug fixes
18
- labels :
19
- - major-bug
20
- - title : ⚠️ Deprecated
21
- label : deprecated
22
- - title : 🚀 New features and improvements
23
- labels :
24
- - enhancement
25
- - feature
26
- - rfe
27
- - title : 🐛 Bug Fixes
28
- labels :
29
- - bug
30
- - fix
31
- - bugfix
32
- - regression
33
- - title : " :construction_worker: Changes for plugin developers"
34
- labels :
35
- - developer
36
- # Default label used by Dependabot
37
- - title : 📦 Dependency updates
38
- label : dependencies
39
- - title : 📝 Documentation updates
40
- label : documentation
41
- - title : 👻 Maintenance
42
- labels :
43
- - chore
44
- - internal
45
- - title : 🚦 Tests
46
- labels :
47
- - test
48
- - tests
49
- exclude-labels :
50
- - reverted
51
- - no-changelog
52
- - skip-changelog
53
- - invalid
54
-
55
- template : |
56
- <!-- Optional: add a release summary here -->
57
- $CHANGES
1
+ _extends : .github
2
+ tag-template : plexus-compiler-$NEXT_MINOR_VERSION
Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
os : [ubuntu-latest,windows-latest, macOS-latest]
28
- java : [8, 11, 14]
28
+ java : [8, 11, 14, 15-ea ]
29
29
fail-fast : false
30
30
31
31
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments