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 7cf81c1 commit 5869274
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/definitions/aem/changes-report.html'
body: 'Changes: https://devops.wcm.io/conga/definitions/aem/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 http://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="2.0.6" date="2024-12-10">
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 @@ -38,7 +38,7 @@ The plugins [CONGA Sling Plugin][conga-sling] and [CONGA AEM Plugin][conga-aem]


[usage]: usage.html
[changelog]: changes-report.html
[changelog]: changes.html
[conga]: https://devops.wcm.io/conga/
[conga-sling]: https://devops.wcm.io/conga/plugins/sling/
[conga-aem]: https://devops.wcm.io/conga/plugins/aem/
Expand Down

0 comments on commit 5869274

Please sign in to comment.