Skip to content

Commit

Permalink
Added orphan label where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
kc611 committed Mar 10, 2023
1 parent 649f513 commit b491812
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/developer/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Release Notes

Pull Requests that add significant user-facing modifications, they may need to be mentioned in the release notes.
To add a the release notes, you need to create a short ``.rst`` file with a summary and place it in
``docs/source/upcoming_changes``. The file ``docs/source/upcoming_changes/README.rst`` details the format
``docs/upcoming_changes``. The file ``docs/upcoming_changes/README.rst`` details the format
and filename conventions.

Stability
Expand Down
49 changes: 49 additions & 0 deletions docs/source/release/template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
:orphan:

==========================
Numba 0.xx.x Release Notes
==========================


Highlights
==========


NumPy Support
=============


Deprecations
============


Future Changes
==============


Expired Deprecations
====================


Compatibility Notes
===================


CUDA API Changes
================


New Features
============


Improvements
============


Performance Improvements and Changes
====================================


Changes
=======
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Added towncrier
===============

Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.towncrier]
package = "numba"

directory = "docs/source/upcoming_changes"
directory = "docs/upcoming_changes"
filename = "docs/source/release/{version}-notes.rst"

[[tool.towncrier.type]]
Expand All @@ -11,7 +11,7 @@ filename = "docs/source/release/{version}-notes.rst"

[[tool.towncrier.type]]
directory = "np_support"
name = "NumPy support"
name = "NumPy Support"
showcontent = true

[[tool.towncrier.type]]
Expand All @@ -26,17 +26,17 @@ filename = "docs/source/release/{version}-notes.rst"

[[tool.towncrier.type]]
directory = "expired"
name = "Expired deprecations"
name = "Expired Deprecations"
showcontent = true

[[tool.towncrier.type]]
directory = "compatibility"
name = "Compatibility notes"
name = "Compatibility Notes"
showcontent = true

[[tool.towncrier.type]]
directory = "cuda"
name = "CUDA API changes"
name = "CUDA API Changes"
showcontent = true

[[tool.towncrier.type]]
Expand All @@ -51,7 +51,7 @@ filename = "docs/source/release/{version}-notes.rst"

[[tool.towncrier.type]]
directory = "performance"
name = "Performance improvements and changes"
name = "Performance Improvements and Changes"
showcontent = true

[[tool.towncrier.type]]
Expand Down

0 comments on commit b491812

Please sign in to comment.