Skip to content

Commit 44f4931

Browse files
cmcfarlenclaude
andcommitted
Update release process docs to use new changelog tool
Replace reference to tools/git/changelog.pl with the new tools/changelog/changelog.py invocation using uv run. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f066953 commit 44f4931

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/developer-guide/release-process/index.en.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Build
6767

6868
#. Generate or update the CHANGELOG for the next release. ::
6969

70-
./tools/git/changelog.pl -o apache -r trafficserver -m X.Y.Z >
71-
CHANGELOG-X.Y.Z
70+
uv run --project tools/changelog python tools/changelog/changelog.py \
71+
-o apache -r trafficserver -m X.Y.Z --use-gh > CHANGELOG-X.Y.Z
7272

7373
#. Commit this file to the repository and push it to the release branch.
7474

0 commit comments

Comments
 (0)