sbt-changesets
Version updated for https://github.com/alejandrohdezma/sbt-changesets to version v0.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action integrates with the sbt-changesets plugin to automate changeset-based versioning for Scala multi-module projects, particularly in monorepos. It streamlines tasks such as version bumping, dependency graph updates, changelog generation, and snapshot publishing, ensuring consistent version management across modules. This action simplifies release workflows by validating changes, identifying affected modules, and automating dependency cascades, reducing manual overhead and improving CI/CD efficiency.
What’s Changed
What’s Changed
- Add
changesetFromDependencyDiffcommand by @alejandrohdezma in https://github.com/alejandrohdezma/sbt-changesets/pull/3
Full Changelog: https://github.com/alejandrohdezma/sbt-changesets/compare/v0.2.1...v0.3.0