aboutsummaryrefslogtreecommitdiff
path: root/embassy-release
Commit message (Collapse)AuthorAgeFilesLines
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-252-315/+0
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* feat: add embassy-release toolUlf Lilleengen2025-08-022-0/+315
* Print dependencies of a crate * Bump version in dependent crates * Release using cargo release * Config file to control features and target