File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ version-bump:
30
30
sed -i " s/^appVersion: .*/appVersion: '$$ new_version'/" activation-service/helm/tfchainactivationservice/Chart.yaml; \
31
31
cd substrate-node && cargo metadata -q 1> /dev/null && cd ..; \
32
32
git add substrate-node/Cargo.toml substrate-node/Cargo.lock substrate-node/charts/substrate-node/Chart.yaml bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml activation-service/helm/tfchainactivationservice/Chart.yaml activation-service/package.json clients/tfchain-client-js/package.json scripts/package.json tools/fork-off-substrate/package.json substrate-node/runtime/src/lib.rs; \
33
- git commit -m " Bump version to $$ new_version" ; \
33
+ git commit -m " Bump version to $$ new_version (spec $$ new_spec_version) " ; \
34
34
else \
35
35
echo " Invalid version type. Please use patch, minor, or major." ; \
36
36
fi
You can’t perform that action at this time.
0 commit comments