From fd0ec57468bae380800825d281896fd4c4755ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= Date: Tue, 24 Feb 2026 10:42:01 +0100 Subject: [PATCH 1/2] ci: update doc-changelog action to improve release fmt --- .github/workflows/ci-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 64ffb33..0dc0ecf 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -39,9 +39,11 @@ jobs: - name: Create fragment uses: ansys/actions/doc-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5 with: - token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + use-default-towncrier-config: true + use-pull-request-title: true labeler: name: Labels From f6a48bf15b9b600171aee1996412d991955af485 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:49:42 +0000 Subject: [PATCH 2/2] chore: adding changelog file 40.maintenance.md [dependabot-skip] --- doc/changelog.d/40.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/40.maintenance.md diff --git a/doc/changelog.d/40.maintenance.md b/doc/changelog.d/40.maintenance.md new file mode 100644 index 0000000..776b953 --- /dev/null +++ b/doc/changelog.d/40.maintenance.md @@ -0,0 +1 @@ +Update doc-changelog action to improve release fmt