From cbfff4335a26b2244863c53fd2ecc471a2652e5e Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 21 Jun 2024 10:48:18 +0100 Subject: [PATCH 1/2] Set up scriv for changelog management --- ...0621_104251_mdickinson_introduce_scriv.rst | 34 +++++++++++++++++++ changelog.d/README.md | 3 ++ 2 files changed, 37 insertions(+) create mode 100644 changelog.d/20240621_104251_mdickinson_introduce_scriv.rst create mode 100644 changelog.d/README.md diff --git a/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst b/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst new file mode 100644 index 000000000..9b1135bde --- /dev/null +++ b/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst @@ -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. +.. diff --git a/changelog.d/README.md b/changelog.d/README.md new file mode 100644 index 000000000..e9dd17d63 --- /dev/null +++ b/changelog.d/README.md @@ -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. From 714a398b0cfe8a2f9514289f0a46afe8be6539bb Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 21 Jun 2024 11:07:11 +0100 Subject: [PATCH 2/2] Fix PR number --- changelog.d/20240621_104251_mdickinson_introduce_scriv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst b/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst index 9b1135bde..fe6462780 100644 --- a/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst +++ b/changelog.d/20240621_104251_mdickinson_introduce_scriv.rst @@ -15,7 +15,7 @@ Changed ------- -- We now use the ``scriv`` package for changelog maintenance. (#12345) +- We now use the ``scriv`` package for changelog maintenance. (#1804) .. Deprecated .. ----------