From 409c48937ea07231bd1d3713a5855eb907c680c0 Mon Sep 17 00:00:00 2001 From: Owen Littlejohns Date: Fri, 29 Mar 2024 19:25:55 -0400 Subject: [PATCH] Fix reference to version file in PR template. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2cee128..8e6f556 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,6 @@ A short description of the changes in this PR. ## PR Acceptance Checklist * [ ] Jira ticket acceptance criteria met. * [ ] `CHANGELOG.md` updated to include high level summary of PR changes. -* [ ] `VERSION` updated if publishing a release. +* [ ] `docker/service_version.txt` updated if publishing a release. * [ ] Tests added/updated and passing. * [ ] Documentation updated (if needed).