Fix adds in bump-version
This commit is contained in:
parent
cc841898b4
commit
64feabf7c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue