aboutsummaryrefslogtreecommitdiff
path: root/release/config.toml
Commit message (Collapse)AuthorAgeFilesLines
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-46/+0
|
* fix: reenableUlf Lilleengen2025-08-251-4/+4
|
* fix: updateUlf Lilleengen2025-08-251-1/+1
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+45
| | | | | | | | | * 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-021-0/+1
* Print dependencies of a crate * Bump version in dependent crates * Release using cargo release * Config file to control features and target