Skip to content

Commit

Permalink
Cleanup (#51)
Browse files Browse the repository at this point in the history
* Fix lib.rs issues

* Fix release.toml

* Fix lint
  • Loading branch information
Jake-Shadle authored Feb 4, 2022
1 parent f4c2740 commit e9bef56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ homepage = "https://github.com/EmbarkStudios/spdx"
documentation = "https://docs.rs/spdx"
readme = "README.md"
keywords = ["spdx", "license"]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/spdx"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"]
include = [
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
"src/**/*",
]

[features]
# Includes the full canonical text of each license
Expand Down
3 changes: 1 addition & 2 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pre-release-commit-message = "Release {{version}}"
no-dev-version = true
tag-message = "Release {{version}}"
tag-name = "{{version}}"
pre-release-replacements = [
Expand All @@ -8,4 +7,4 @@ pre-release-replacements = [
{ file = "CHANGELOG.md", search = "ReleaseDate", replace = "{{date}}" },
{ file = "CHANGELOG.md", search = "<!-- next-header -->", replace = "<!-- next-header -->\n## [Unreleased] - ReleaseDate" },
{ file = "CHANGELOG.md", search = "<!-- next-url -->", replace = "<!-- next-url -->\n[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/{{tag_name}}...HEAD" },
]
]
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
)]
// END - Embark standard lints v0.5 for Rust 1.55+
// crate-specific exceptions:
#![allow()]

/// Error types
pub mod error;
Expand Down

0 comments on commit e9bef56

Please sign in to comment.