Skip to content

Commit

Permalink
Set up scriv for changelog management
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jun 21, 2024
1 parent 59e81e9 commit cbfff43
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
34 changes: 34 additions & 0 deletions changelog.d/20240621_104251_mdickinson_introduce_scriv.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. A new scriv changelog fragment.
..
.. Uncomment the header that is right (remove the leading dots).
..
.. Removed
.. -------
..
.. - A bullet item for the Removed category.
..
.. Added
.. -----
..
.. - A bullet item for the Added category.
..
Changed
-------

- We now use the ``scriv`` package for changelog maintenance. (#12345)

.. Deprecated
.. ----------
..
.. - A bullet item for the Deprecated category.
..
.. Fixed
.. -----
..
.. - A bullet item for the Fixed category.
..
.. Security
.. --------
..
.. - A bullet item for the Security category.
..
3 changes: 3 additions & 0 deletions changelog.d/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory is used to collect changelog snippets for user-visible
changes to the Traits source. We use the `scriv` package for
changelog management.

0 comments on commit cbfff43

Please sign in to comment.