mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
8f8202daa7
Add a version bump for clnrest and the main poetry.lock to the makefile and update the release checklist to include the new target. Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
3 lines
121 B
Makefile
3 lines
121 B
Makefile
upgrade-version:
|
|
if [ -z "$(NEW_VERSION)" ]; then echo "Set NEW_VERSION!" >&2; exit 1; fi
|
|
poetry version $(NEW_VERSION)
|