-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cmd:releaseRelating to the "release" CLI commandRelating to the "release" CLI commandf:changelogRelating to handling of projects' CHANGELOG.md filesRelating to handling of projects' CHANGELOG.md filesinterdependenciesHandling intra-workspace package dependenciesHandling intra-workspace package dependenciesworkspacesCollections of one or more Rust packages managed togetherCollections of one or more Rust packages managed together
Description
When releasing a package foo
that is depended on by bar
in the same workspace, if the version of foo
that bar
depends on needs to be bumped due to foo
crossing a semver boundary, add an entry to bar
's changelog.
- Note that this will only be simple to implement if packages' versions are left as-is after releasing (cf. Reconsider what the post-
release
version of a package should be #216).
Metadata
Metadata
Assignees
Labels
cmd:releaseRelating to the "release" CLI commandRelating to the "release" CLI commandf:changelogRelating to handling of projects' CHANGELOG.md filesRelating to handling of projects' CHANGELOG.md filesinterdependenciesHandling intra-workspace package dependenciesHandling intra-workspace package dependenciesworkspacesCollections of one or more Rust packages managed togetherCollections of one or more Rust packages managed together