aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* chore: move tool to separate repoUlf Lilleengen2025-08-256-1049/+0
|
* fix: write instructions only for publishing cratesUlf Lilleengen2025-08-252-6/+12
|
* fix: build rustdoc for baseline as wellUlf Lilleengen2025-08-252-15/+86
|
* fix: version bumpUlf Lilleengen2025-08-251-7/+7
|
* only semvercheck for publishableUlf Lilleengen2025-08-251-12/+10
|
* update version only for un-publishable cratesUlf Lilleengen2025-08-251-11/+15
|
* fix: add workaround for current compiler versionUlf Lilleengen2025-08-252-0/+4
|
* fix: add back missingUlf Lilleengen2025-08-251-0/+6
|
* fix: use patched versionsUlf Lilleengen2025-08-255-44/+12
|
* Autodetect repo root.Dario Nieuwenhuis2025-08-251-7/+24
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-254-38/+114
| | | | examples/tests.
* Add build command.Dario Nieuwenhuis2025-08-253-8/+97
|
* Make crate configs a vec.Dario Nieuwenhuis2025-08-253-22/+29
|
* Add Context struct.Dario Nieuwenhuis2025-08-252-52/+83
|
* Revert "fix: reference project dir"Ulf Lilleengen2025-08-251-1/+1
| | | | This reverts commit 1605a71c11aa9cd995206867abb6ba7409223b18.
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-255-96/+53
|
* fix: reenableUlf Lilleengen2025-08-251-4/+4
|
* fix: reference project dirUlf Lilleengen2025-08-251-1/+1
|
* fix: updateUlf Lilleengen2025-08-255-31/+334
|
* chore: cleanupUlf Lilleengen2025-08-253-144/+76
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-254-0/+584
| | | | | | | | | * 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
* fix `release/bump-dependency.sh`: don't generate backup filesRalph Ursprung2025-07-081-1/+1
| | | | | | | | | | | the `-rie` arguments of `sed` were probably meant as `-r -i -e`, however, due to the way it was written it ended up being `-r -i e`, thus causing `-i` (edit in-place) to generate backup files. so for every edited `Cargo.toml` it also created a `Cargo.tomle` with the previous content. `-e` is anyway not needed as the last argument of `sed` here is the expression to be executed.
* add convenience script to bump dependency versionUlf Lilleengen2024-06-041-0/+11