File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,3 @@ update-assets: $(baseline_asset_fixture) ## refresh assets compiled into the bin
156156force-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
You can’t perform that action at this time.
0 commit comments