Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 13b6d34

Browse files
committed
add bump to makefile
1 parent e13d454 commit 13b6d34

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ publish:
1414

1515
install:
1616
$(MAKE) -C $(JS) install
17+
18+
bump:
19+
$(MAKE) -C $(JS) bump VERSION=$(VERSION)

js/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ publish: test
2727

2828
install:
2929
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
30+
31+
bump:
32+
bash bump.bash ${VERSION}

0 commit comments

Comments
 (0)