make update-version: include more files in the version bump commit

This commit is contained in:
Sybren A. Stüvel 2022-08-01 14:20:09 +02:00
parent a6c935a634
commit eb0adc6407

View File

@ -165,7 +165,7 @@ update-version:
@echo @echo
@echo 'File replacement done, commit with:' @echo 'File replacement done, commit with:'
@echo @echo
@echo 'git commit -m "Bumped version to ${VERSION}" Makefile addon/flamenco/__init__.py' @echo 'git commit -m "Bumped version to ${VERSION}" Makefile addon/flamenco/__init__.py addon/flamenco/manager addon/flamenco/manager_README.md web/app/src/manager-api'
@echo 'git tag -a -m "Tagged version ${VERSION}" v${VERSION}' @echo 'git tag -a -m "Tagged version ${VERSION}" v${VERSION}'
version: version: