Skip to content

Commit

Permalink
Adding towncrier/news
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephParsons committed Jun 7, 2024
1 parent 6dc9502 commit 6fd7986
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/dm-43456.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adding towncrier
1 change: 1 addition & 0 deletions doc/news/dm-43456.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adding flatfield reflector configuration
47 changes: 47 additions & 0 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

[tool.towncrier]
package = "lsst.ts.config_mtcalsys"
package_dir = "python"
filename = "doc/version-history.rst"
directory = "doc/news"
filename_format = "{name}.{type}.rst|{name}.{type}.md"
title_format = "{version} ({project_date})"
issue_format = "`{issue} <https://rubinobs.atlassian.net/browse/{issue}>`_"

[[tool.towncrier.section]]
name = "Package Level"
path = ""

[[tool.towncrier.section]]
name = "Interface Changes"
path = "interface_changes"

[[tool.towncrier.type]]
directory = "feature"
name = "New Features"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true

[[tool.towncrier.type]]
directory = "perf"
name = "Performance Enhancement"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
name = "Documentation"
showcontent = true

[[tool.towncrier.type]]
directory = "removal"
name = "API Removal or Deprecation"
showcontent = true

[[tool.towncrier.type]]
directory = "misc"
name = "Other Changes and Additions"
showcontent = true

0 comments on commit 6fd7986

Please sign in to comment.