Skip to content

Commit 8547cc1

Browse files
committed
doc: fix final release make line.
Signed-off-by: Rusty Russell <[email protected]>
1 parent cc07f9a commit 8547cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here's a checklist for the release process.
5757
## Tagging the Release
5858

5959
1. Update the CHANGELOG.md; remove -rcN in both places, update the date and add title and namer.
60-
2. Update the contrib/pyln package versions: `make update-pyln-versions NEW_VERSION=<VERSION>`
60+
2. Update the contrib/pyln package versions: `make update-versions NEW_VERSION=<VERSION>`
6161
3. Add a PR with that release.
6262
4. Merge the PR, then:
6363
- `export VERSION=23.05`

0 commit comments

Comments
 (0)