Continue fleshing out post-release job

Forgot to actually add changes to the commit. Do it now.
This commit is contained in:
Kris De Volder
2017-05-10 19:10:37 -07:00
parent c2da9f4df8
commit 4df98d3e41

View File

@@ -12,6 +12,7 @@ do
cd $sources/$extension_id
echo "Should update version of $extension_id to $version"
npm version $version
git add package.json
echo ""
done