Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name = "libc"
changelog_path = "CHANGELOG.md"
git_release_name = "{{ version }}"
git_tag_name = "{{ version }}"
publish = false # On the main branch, we don't want to publish anything
publish = true

[[package]]
name = "ctest"
changelog_path = "ctest/CHANGELOG.md"
git_release_name = "ctest-{{ version }}"
git_tag_name = "ctest-v{{ version }}"
publish = true

[changelog]
body = """
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"]
categories = ["external-ffi-bindings", "no-std", "os"]
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
description = "Raw FFI bindings to platform libraries like libc."
publish = false # On the main branch, we don't want to publish anything
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion ci/verify-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def do_semver_checks(cfg: Cfg, target: Target) -> bool:
"semver-checks",
"--only-explicit-features",
"--features=std,extra_traits",
"--release-type=patch",
],
check=True,
)
Expand Down