Skip to content

Commit b68aab9

Browse files
docs: Fix script used to update versions in point release instructions
Changelog-None.
1 parent b97278f commit b68aab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contribute-to-core-lightning/release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Here's a checklist for the release process.
110110
1. Create a new branch named `release-<VERSION>.<POINT_VERSION>`, where each new branch is based on the commit from the previous release tag. For example, `release-<VERSION>.1` is based on `release-<VERSION>`, `release-<VERSION>.2` is based on `release-<VERSION>.1`, and so on.
111111
2. Cherry-pick all necessary commits for the hotfix into the new branch.
112112
3. Add entries for changes and fixed issues in `CHANGELOG.md` under a new heading for `v<VERSION>.<POINT_VERSION>`.
113-
4. Update the python package versions by running `make update-py-versions NEW_VERSION=<VERSION>.<POINT_VERSION>`
114-
5. Create a new commit that includes the updates from `update-py-versions` and `CHANGELOG.md`.
113+
4. Update the python package versions by running `make update-versions NEW_VERSION=<VERSION>.<POINT_VERSION>`
114+
5. Create a new commit that includes the updates from `update-versions` and `CHANGELOG.md`.
115115
6. Tag the release with `git pull && git tag -s v<VERSION>.<POINT_VERSION>`. You will be prompted to enter a tag message, ensure this is filled out.
116116
7. Confirm that the tag is properly set up for builds by running `git describe`.
117117
8. Push the tag to the remote repository `git push --tags`.

0 commit comments

Comments
 (0)