mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
add validate-newsfragments to make notes
This commit is contained in:
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ ifndef bump
|
|||||||
$(error bump must be set, typically: major, minor, patch, or devnum)
|
$(error bump must be set, typically: major, minor, patch, or devnum)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
notes: check-bump
|
notes: check-bump validate-newsfragments
|
||||||
# Let UPCOMING_VERSION be the version that is used for the current bump
|
# Let UPCOMING_VERSION be the version that is used for the current bump
|
||||||
$(eval UPCOMING_VERSION=$(shell bumpversion $(bump) --dry-run --list | grep new_version= | sed 's/new_version=//g'))
|
$(eval UPCOMING_VERSION=$(shell bumpversion $(bump) --dry-run --list | grep new_version= | sed 's/new_version=//g'))
|
||||||
# Now generate the release notes to have them included in the release commit
|
# Now generate the release notes to have them included in the release commit
|
||||||
|
|||||||
Reference in New Issue
Block a user