Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Jan 29, 2025
1 parent fb98f72 commit 39e3015
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
WASM_TARGET = wasm32-unknown-unknown
RELEASE = v0.2.0

fmt:
cargo fmt -- --check
Expand All @@ -10,4 +11,8 @@ COUNTER = fluvio-counter
clippy:
cargo clippy --all-features --tests -p $(WS_PROXY) -- -D warnings
cargo clippy --all-features --tests --target $(WASM_TARGET) -p $(WEB) -- -D warnings
cargo clippy --all-features --tests --target $(WASM_TARGET) -p $(COUNTER) -- -D warnings
cargo clippy --all-features --tests --target $(WASM_TARGET) -p $(COUNTER) -- -D warnings


release:
gh release create $(RELEASE)

0 comments on commit 39e3015

Please sign in to comment.