Skip to content

Commit

Permalink
Merge pull request #199 from hyperspy/towncrier-order
Browse files Browse the repository at this point in the history
Update order of towncrier types
  • Loading branch information
ericpre authored Dec 13, 2023
2 parents 4d2f528 + 1d10407 commit d0052ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ issue_format = "`#{issue} <https://github.com/hyperspy/rosettasciio/issues/{issu
title_format = "{version} ({project_date})"
package = "rsciio"
type = [
{ directory = "api", name = "API changes", showcontent = true },
{ directory = "new", name = "New features", showcontent = true },
{ directory = "enhancements", name = "Enhancements", showcontent = true },
{ directory = "bugfix", name = "Bug Fixes", showcontent = true },
{ directory = "api", name = "API changes", showcontent = true },
{ directory = "deprecation", name = "Deprecations", showcontent = true },
{ directory = "doc", name = "Improved Documentation", showcontent = true },
{ directory = "enhancements", name = "Enhancements", showcontent = true },
{ directory = "maintenance", name = "Maintenance", showcontent = true },
{ directory = "new", name = "New features", showcontent = true },
]

[tool.coverage.run]
Expand Down

0 comments on commit d0052ce

Please sign in to comment.