feat: add publish target to Makefile for Gitea registry
This commit is contained in:
6
Makefile
6
Makefile
@@ -25,4 +25,8 @@ fix:
|
|||||||
cargo fmt
|
cargo fmt
|
||||||
cargo clippy --fix --allow-dirty --allow-staged
|
cargo clippy --fix --allow-dirty --allow-staged
|
||||||
|
|
||||||
.PHONY: check fmt fmt-check clippy test fix
|
# Publish to the gitea registry.
|
||||||
|
publish: check
|
||||||
|
cargo publish --registry gitea
|
||||||
|
|
||||||
|
.PHONY: check fmt fmt-check clippy test fix publish
|
||||||
|
|||||||
Reference in New Issue
Block a user