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 7413189 commit c9aa8ec
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/plugins/ansible/changes-report.html'
body: 'Changes: https://devops.wcm.io/conga/plugins/ansible/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="1.4.6" date="2023-10-18">
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 @@ -44,7 +44,7 @@ This plugins uses (and embeds) code from the following projects:
[usage]: usage.html
[extensions]: extensions.html
[apidocs]: conga-ansible-plugin/apidocs/
[changelog]: changes-report.html
[changelog]: changes.html
[conga]: https://devops.wcm.io/conga/
[ansible]: https://www.ansible.com/
[ansible-inventory]: http://docs.ansible.com/ansible/latest/intro_inventory.html
Expand Down

0 comments on commit c9aa8ec

Please sign in to comment.