Skip to content

Commit 0014c05

Browse files
committed
release-plz: remove cargo release configuration
1 parent 00d966d commit 0014c05

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103
- uses: cargo-bins/cargo-binstall@main
104104
- run: cargo binstall cargo-release
105105
- run: cargo fetch --locked
106-
- name: cargo release --workspace
107-
run: cargo release patch --allow-branch=*
108106
# cargo release in workspace root doesn't actually run `publish check` on any crate, do so manually
109107
- name: cargo publish check spirv-tools-sys
110108
run: cargo release patch --allow-branch=* --manifest-path spirv-tools-sys/Cargo.toml

release.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

spirv-tools-sys/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
2-
31
# Changelog
42
All notable changes to this project will be documented in this file.
53

64
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
75
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
86

9-
<!-- next-header -->
107
## [Unreleased] - ReleaseDate
118
## [0.13.2] - 2026-02-16
129
## [0.13.1] - 2026-02-12
@@ -15,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1512
## [0.12.1] - 2025-07-17
1613
## [0.12.0] - 2025-06-15
1714

18-
<!-- next-url -->
1915
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.2...HEAD
2016
[0.13.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.1...spirv-tools-sys-v0.13.2
2117
[0.13.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-sys-v0.13.0...spirv-tools-sys-v0.13.1

spirv-tools/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
2-
31
# Changelog
42
All notable changes to this project will be documented in this file.
53

64
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
75
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
86

9-
<!-- next-header -->
107
## [Unreleased] - ReleaseDate
118
## [0.13.2] - 2026-02-16
129
- [PR#26](https://github.com/Rust-GPU/spirv-tools-rs/pull/26) never skip C++ compile on clippy, [caused issues downstream](https://github.com/Rust-GPU/cargo-gpu/issues/140)
@@ -108,7 +105,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108105
### Added
109106
- Added initial implementation, which includes the assembler, validator, and most of the optimizer, which meets the current needs of rust-gpu.
110107

111-
<!-- next-url -->
112108
[Unreleased]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.2...HEAD
113109
[0.13.2]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.1...spirv-tools-v0.13.2
114110
[0.13.1]: https://github.com/rust-gpu/spirv-tools-rs/compare/spirv-tools-v0.13.0...spirv-tools-v0.13.1

0 commit comments

Comments
 (0)