Skip to content

Commit 5836540

Browse files
chore: remove xtask and changelog
Signed-off-by: Andrew Lilley Brinker <[email protected]>
1 parent bb00666 commit 5836540

File tree

11 files changed

+4
-1099
lines changed

11 files changed

+4
-1099
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Overall workspace configuration.
33
[workspace]
44

5-
members = ["omnibor", "omnibor-cli", "xtask"]
5+
members = ["omnibor", "omnibor-cli"]
66
resolver = "2"
77

88
# Shared settings across packages in the workspace.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ Analysis."][cisa_report]
4646

4747
| Crate Name | Type | Purpose | Links |
4848
|:--------------|:----------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
49-
| `omnibor` | ![Library](https://img.shields.io/badge/Library-darkblue) | OmniBOR Identifiers and Manifests | [README][omnibor_r] &middot; [Changelog][omnibor_c] &middot; [API Docs][omnibor_d] &middot; [Crate][omnibor_cr] |
50-
| `omnibor-cli` | ![Binary](https://img.shields.io/badge/Binary-darkgreen) | CLI for OmniBOR Identifiers and Manifests | [README][omnibor_cli_r] &middot; [Changelog][omnibor_cli_c] &middot; [Crate][omnibor_cli_cr] |
51-
| `xtask` | ![Binary](https://img.shields.io/badge/Binary-darkgreen) | OmniBOR Rust Workspace Automation | [README][xtask_r] |
49+
| `omnibor` | ![Library](https://img.shields.io/badge/Library-darkblue) | OmniBOR Identifiers and Manifests | [README][omnibor_r] &middot; [API Docs][omnibor_d] &middot; [Crate][omnibor_cr] |
50+
| `omnibor-cli` | ![Binary](https://img.shields.io/badge/Binary-darkgreen) | CLI for OmniBOR Identifiers and Manifests | [README][omnibor_cli_r] &middot; [Crate][omnibor_cli_cr] |
5251

5352
## Contributing
5453

@@ -104,10 +103,8 @@ license text in the [`LICENSE`][license] file.
104103
[omnibor]: https://omnibor.io
105104
[omnibor_cr]: https://crates.io/crates/omnibor
106105
[omnibor_r]: https://github.com/omnibor/omnibor-rs/blob/main/omnibor/README.md
107-
[omnibor_c]: https://github.com/omnibor/omnibor-rs/blob/main/omnibor/CHANGELOG.md
108106
[omnibor_d]: https://docs.rs/crate/omnibor/latest
109107
[omnibor_cli_r]: https://github.com/omnibor/omnibor-rs/blob/main/omnibor-cli/README.md
110-
[omnibor_cli_c]: https://github.com/omnibor/omnibor-rs/blob/main/omnibor-cli/CHANGELOG.md
111108
[omnibor_cli_cr]: https://crates.io/crates/omnibor-cli
112109
[omnibor_spec]: https://github.com/omnibor/spec
113110
[purl]: https://github.com/package-url/purl-spec

omnibor-cli/CHANGELOG.md

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

omnibor/CHANGELOG.md

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

omnibor/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,7 @@ It is currently pre-`1.0`, which for us means we do not generally aim for
103103
stability of the APIs exposed, as we are still iterating and designing what
104104
we consider to be an ideal API for future stabilization.
105105

106-
That said, we do not break stability in point releases.
107-
108-
New version inferences are supported by the use of conventional commits which
109-
mark the introduction of new features or fixing of bugs. When new releases of
110-
`omnibor` are made, `git-cliff` checks our requested version bump against its
111-
determination of the correct version bump based on the `CHANGELOG.md`, and
112-
produces a release error if it believes we're requesting to bump the wrong
113-
version. This helps defend against accidentally-incorrect version bumps which
114-
would violate semantic versioning.
106+
That said, we do not break stability in patch releases.
115107

116108
### Minimum Supported Rust Version (MSRV)
117109

xtask/Cargo.toml

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

xtask/README.md

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

0 commit comments

Comments
 (0)