build: replace custom release script with release-please (#2817)
* build: replace custom release script with release-please * include package-name
This commit is contained in:
parent
3e06cc1072
commit
e7a678e91f
19 changed files with 102 additions and 203 deletions
3
Makefile
3
Makefile
|
@ -31,9 +31,6 @@ dev: .env dev-certs
|
|||
VERSION:
|
||||
tools/version.sh
|
||||
|
||||
changelog:
|
||||
tools/changelog.sh
|
||||
|
||||
.PHONY: tarball
|
||||
tarball: VERSION
|
||||
$(MAKE) -C legacy build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue