From 1325b1c9c90d694cfda586f666004f56262292b7 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 22 Aug 2023 13:23:48 -0400 Subject: [PATCH] fix: path to version --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a1b5c97b..d0c8ac97 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,10 +12,10 @@ Pre-commit will run the hooks every time you commit. ### Versions -Increment the version number following semantic versioning[^3] in `src/champagne/VERSION`. +Increment the version number following semantic versioning[^3] in the `VERSION` file. [^3]: semantic versioning guidelines https://semver.org/ ### Changelog -Keep the changelog up to date with any user-facing changes in `docs/CHANGELOG.md`. +Keep the changelog up to date with all changes in `docs/CHANGELOG.md`.