Skip to content

Commit 12699d7

Browse files
committed
Merge branch 'remove-cargo-smart-release'
2 parents 363ee77 + aa227e3 commit 12699d7

File tree

128 files changed

+21
-13199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+21
-13199
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ jobs:
133133
run: vcpkg install zlib:x64-windows-static-md
134134
- name: "Installation from crates.io: gitoxide"
135135
run: cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force gitoxide
136-
- name: "Installation from crates.io: cargo-smart-release"
137-
run: cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force cargo-smart-release
138136

139137
lint:
140138
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 19 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ members = [
290290
"gix-config/tests",
291291
"gix-traverse/tests",
292292
]
293-
exclude = ["cargo-smart-release/tests/fixtures/tri-depth-workspace/a",
294-
"cargo-smart-release/tests/fixtures/tri-depth-workspace/b",
295-
"cargo-smart-release/tests/fixtures/tri-depth-workspace/c"]
296293

297294
[package.metadata.docs.rs]
298295
features = ["document-features", "max"]

0 commit comments

Comments
 (0)