We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1bc28 commit 8d98ca9Copy full SHA for 8d98ca9
2 files changed
.github/workflows/release-from-tag.yml
@@ -15,4 +15,5 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: ncipollo/release-action@v1
17
with:
18
+ body: 'Changes: https://devops.wcm.io/maven/plugins/eclipse-maven-plugin/changes-report.html'
19
token: ${{ secrets.GITHUB_TOKEN }}
changes.xml
@@ -27,6 +27,9 @@
27
<action type="add" dev="jschaible">
28
New parameters for to-maven goal.
29
</action>
30
+ <action type="update" dev="sseifert">
31
+ Update dependencies.
32
+ </action>
33
</release>
34
35
<release version="3.1.0" date="2018-07-11">
0 commit comments