Skip to content

Commit 72460f4

Browse files
committed
remove try-publish-all target as it isn't used anymore
1 parent dfe869c commit 72460f4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,3 @@ update-assets: $(baseline_asset_fixture) ## refresh assets compiled into the bin
156156
force-update-assets: ## As update-assets, but will run git to update the baseline as well
157157
-rm -Rf $(baseline_asset_fixture)
158158
$(MAKE) update-assets
159-
160-
##@ Publishing & Versioning
161-
162-
cargo-smart-release := $(shell cargo metadata --manifest-path ./cargo-smart-release/Cargo.toml --format-version 1 | jq -r .target_directory)/debug/cargo-smart-release
163-
$(cargo-smart-release): always
164-
cargo build --manifest-path ./cargo-smart-release/Cargo.toml --bin cargo-smart-release
165-
166-
try-publish-all: $(cargo-smart-release) ## Dry-run publish all crates in the currently set version if they are not published yet.
167-
$(cargo-smart-release) smart-release gitoxide

0 commit comments

Comments
 (0)