Add release-plz workflow for publishing pinget-core to crates.io#13
Merged
Benoît Cortier (CBenoit) merged 5 commits intomasterfrom May 7, 2026
Merged
Conversation
…tes.io Agent-Logs-Url: https://github.com/Devolutions/pinget/sessions/145e3da9-0549-4216-b752-8d3a9a8f875d Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Benoît Cortier (CBenoit)
May 7, 2026 14:10
View session
Agent-Logs-Url: https://github.com/Devolutions/pinget/sessions/374d543c-a1ec-46cb-8fe6-88b025973811 Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Devolutions/pinget/sessions/723def39-1dd9-4048-b664-edaee72004ed Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Marc-André Moreau (mamoreau-devolutions)
approved these changes
May 7, 2026
Member
|
Copilot Also add a README.md file to pinget-core for crates.io |
Agent-Logs-Url: https://github.com/Devolutions/pinget/sessions/94ac9965-c380-4690-9881-98be5f7f3585 Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Contributor
Author
Added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds automated crate publishing via release-plz, mirroring the pattern used in IronRDP.
.github/workflows/release-crates.yml— Two-job workflow triggered on push tomain/masterandworkflow_dispatch:open-pr: runsrelease-plz release-prto open version-bump PRs (usesDEVOLUTIONSBOT_WRITE_TOKEN,cratesio-publishenvironment)release: runsrelease-plz releasewith OIDC auth viarust-lang/crates-io-auth-action@v1manifest-pathandconfigsince the Rust workspace lives underrust/rust/release-plz.toml— Disablespublishandreleaseforpinget-cliandpinget-comso onlypinget-coreis publishedrust/crates/pinget-core/Cargo.toml— Addsrepositoryandreadmefields (required crates.io metadata)rust/crates/pinget-core/README.md— Adds a README with project overview, features, usage example, and license info for display on crates.io