Skip to content

Commit

Permalink
maven-changes-plugin uses a new report name "changes.html"
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 10, 2025
1 parent e027319 commit bfa6a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
body: 'Changes: https://devops.wcm.io/conga/changes-report.html'
body: 'Changes: https://devops.wcm.io/conga/changes.html'
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
#L%
-->

<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
<body>

<release version="1.17.0" date="2024-01-26">
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Definitions for CONGA:

[apidocs]: generator/apidocs/
[plugindocs]: tooling/conga-maven-plugin/plugin-info.html
[changelog]: changes-report.html
[changelog]: changes.html
[usage]: usage.html
[general-concepts]: general-concepts.html
[extensibility]: extensibility.html
Expand Down

0 comments on commit bfa6a63

Please sign in to comment.