Adjust release script to not auto-commit/push

This commit is contained in:
Christian Kamm 2022-01-26 09:57:32 +01:00
parent dff41754e2
commit 3566b7eece
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ anchor idl upgrade --provider.cluster devnet --provider.wallet ${PROVIDER_WALLET
cp ./target/types/voter_stake_registry.ts src/voter_stake_registry.ts
yarn clean && yarn build && cp package.json ./dist/ && yarn publish dist
# commit changes
git add src/voter_stake_registry.ts
git commit -m "updated types"
git push
echo
echo Remember to commit and push the version update as well as the changes
echo to src/voter_stake_registry.ts .
echo