Skip to content

Commit e1959ee

Browse files
ci: updating Ansys actions to v7 - changelog related (#1348)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 40366c1 commit e1959ee

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ jobs:
9999
- uses: ansys/actions/doc-changelog@v7
100100
with:
101101
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
102+
use-conventional-commits: true
103+
use-default-towncrier-config: true

doc/changelog.d/1348.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
updating Ansys actions to v7 - changelog related

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,13 @@ name = "Added"
175175
showcontent = true
176176

177177
[[tool.towncrier.type]]
178-
directory = "changed"
179-
name = "Changed"
178+
directory = "dependencies"
179+
name = "Dependencies"
180+
showcontent = true
181+
182+
[[tool.towncrier.type]]
183+
directory = "documentation"
184+
name = "Documentation"
180185
showcontent = true
181186

182187
[[tool.towncrier.type]]
@@ -185,8 +190,8 @@ name = "Fixed"
185190
showcontent = true
186191

187192
[[tool.towncrier.type]]
188-
directory = "dependencies"
189-
name = "Dependencies"
193+
directory = "maintenance"
194+
name = "Maintenance"
190195
showcontent = true
191196

192197
[[tool.towncrier.type]]

0 commit comments

Comments
 (0)