Fix adds in bump-version

This commit is contained in:
Joshua Boniface 2021-06-29 18:58:21 -04:00
parent cc841898b4
commit 64feabf7c0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,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 api-daemon/pvcapid/Daemon.py README.md docs/index.md debian/changelog
git add node-daemon/pvcnoded/Daemon.py api-daemon/pvcapid/Daemon.py client-cli/setup.py README.md docs/index.md debian/changelog .version
git commit -v
echo