Skip to content

Commit

Permalink
remove try-publish-all target as it isn't used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 30, 2023
1 parent dfe869c commit 72460f4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,3 @@ update-assets: $(baseline_asset_fixture) ## refresh assets compiled into the bin
force-update-assets: ## As update-assets, but will run git to update the baseline as well
-rm -Rf $(baseline_asset_fixture)
$(MAKE) update-assets

##@ Publishing & Versioning

cargo-smart-release := $(shell cargo metadata --manifest-path ./cargo-smart-release/Cargo.toml --format-version 1 | jq -r .target_directory)/debug/cargo-smart-release
$(cargo-smart-release): always
cargo build --manifest-path ./cargo-smart-release/Cargo.toml --bin cargo-smart-release

try-publish-all: $(cargo-smart-release) ## Dry-run publish all crates in the currently set version if they are not published yet.
$(cargo-smart-release) smart-release gitoxide

0 comments on commit 72460f4

Please sign in to comment.