Fix bump_version to include API

This commit is contained in:
2021-03-30 10:28:19 -04:00
parent c4ac75b973
commit 3330624f70
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ echo -e "${deb_changelog_new}" >> ${deb_changelog_file}
echo -e "${deb_changelog_orig}" >> ${deb_changelog_file}
mv ${deb_changelog_file} debian/changelog
git add node-daemon/pvcnoded/Daemon.py README.md docs/index.md debian/changelog
git add node-daemon/pvcnoded/Daemon.py api-daemon/pvcapid/Daemon.py README.md docs/index.md debian/changelog
git commit -v
echo