Skip to content

Commit 5395865

Browse files
committed
use template and 15-ea test as well
Signed-off-by: olivier lamy <[email protected]>
1 parent 74b1643 commit 5395865

File tree

2 files changed

+3
-58
lines changed

2 files changed

+3
-58
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,2 @@
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

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 14]
28+
java: [8, 11, 14, 15-ea]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)