Skip to content

Commit e1bc87e

Browse files
committed
update commit message makefile version-bump
1 parent 7f86edb commit e1bc87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version-bump:
3030
sed -i "s/^appVersion: .*/appVersion: '$$new_version'/" activation-service/helm/tfchainactivationservice/Chart.yaml; \
3131
cd substrate-node && cargo metadata -q 1> /dev/null && cd ..; \
3232
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)"; \
3434
else \
3535
echo "Invalid version type. Please use patch, minor, or major."; \
3636
fi

0 commit comments

Comments
 (0)