From bd3fe0d05f45461967e4ed96f844dcfe6894fe73 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 10 Oct 2024 15:26:52 -0500 Subject: [PATCH] change link to changelog --- src/django_twc_package/RELEASING.md.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_twc_package/RELEASING.md.jinja b/src/django_twc_package/RELEASING.md.jinja index e18cb4d..5b8564e 100644 --- a/src/django_twc_package/RELEASING.md.jinja +++ b/src/django_twc_package/RELEASING.md.jinja @@ -56,7 +56,7 @@ When it comes time to cut a new release, follow these steps: bumpver update --tag=final ``` -3. Ensure the [CHANGELOG](CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch. +3. Ensure the [CHANGELOG](https://github.com/{{ github_owner }}/{{ github_repo }}/blob/main/CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch. 4. Create a pull request from the release branch to `main`.