Releases: bruits/sampo
Releases · bruits/sampo
sampo-v0.13.0
Minor changes
- 8552e90 Introducing
changesets.tagsconfiguration option, an optional array of custom changelog section names (default:[]). When configured, changesets can use thebump (Tag)format to categorize entries under custom headings instead of the default bump-based sections. For example,tags = ["Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"]enables Keep a Changelog style formatting wherecargo/my-crate: minor (Added)appears under### Addedwhile still applying a minor version bump. — Thanks @goulvenclech!
Patch changes
- b90bbaa Running Sampo commands from a package subdirectory now correctly finds the workspace root by locating the
.sampo/directory. If.sampo/doesn't exist, Sampo displays a clear error message: "Sampo not initialized. Run sampo init first." — Thanks @goulvenclech! - Updated dependencies: [email protected]
sampo-github-bot-v0.4.0
Minor changes
- 8552e90 Bot comments now display custom tags (e.g.,
### Added) when changesets use thebump (Tag)format, matching the changelog output. — Thanks @goulvenclech!
Patch changes
- Updated dependencies: [email protected]
sampo-github-action-v0.12.0
Minor changes
- 8552e90 Introducing
changesets.tagsconfiguration option, an optional array of custom changelog section names (default:[]). When configured, changesets can use thebump (Tag)format to categorize entries under custom headings instead of the default bump-based sections. For example,tags = ["Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"]enables Keep a Changelog style formatting wherecargo/my-crate: minor (Added)appears under### Addedwhile still applying a minor version bump. — Thanks @goulvenclech! - fd7a42a The
open-discussioninput now accepts a comma-separated list of package names (e.g.sampo,sampo-github-action,sampo-github-bot) to open GitHub Discussions only for specific packages, in addition to true (all) or false (none). — Thanks @goulvenclech!
Patch changes
- Updated dependencies: [email protected]
sampo-core-v0.10.0
Minor changes
- 8552e90 Introducing
changesets.tagsconfiguration option, an optional array of custom changelog section names (default:[]). When configured, changesets can use thebump (Tag)format to categorize entries under custom headings instead of the default bump-based sections. For example,tags = ["Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"]enables Keep a Changelog style formatting wherecargo/my-crate: minor (Added)appears under### Addedwhile still applying a minor version bump. — Thanks @goulvenclech!
Patch changes
- b90bbaa Workspace discovery now locates the
.sampo/directory instead of walking up to find manifests. Newfind_sampo_rootanddiscover_packages_atfunctions are exported. ReturnsNotInitializedwhen.sampo/is missing, andNoPackagesFoundwhen.sampo/exists but no packages are detected. — Thanks @goulvenclech!
sampo-v0.12.3
Patch changes
- b6fe0c2 Private packages now receive git version tags during
sampo publish, ensuring the GitHub Action's published output correctly triggers subsequent workflow steps, even for projects that don't publish to package registries. — Thanks @goulvenclech! - Updated dependencies: [email protected]
sampo-v0.12.2
Patch changes
- 253334b Elixir packages without a
package()function inmix.exsare now correctly identified as private and excluded from publishing. — Thanks @goulvenclech! - d7979c5 When the ecosystem allows it,
sampo publishnow performs a dry-run publish for each package, before proceeding with the actual publish. If any package fails the dry-run, the publish process is aborted, avoiding partial releases. — Thanks @goulvenclech! - 7b95c43 Sampo now supports single-package Rust repositories, in addition to Cargo workspaces. — Thanks @goulvenclech!
- Updated dependencies: [email protected]
sampo-github-bot-v0.3.3
Patch changes
- Updated dependencies: [email protected]
sampo-github-bot-v0.3.2
Patch changes
- Updated dependencies: [email protected]
sampo-github-action-v0.11.2
Patch changes
- b6fe0c2 Private packages now receive git version tags during
sampo publish, ensuring the GitHub Action's published output correctly triggers subsequent workflow steps, even for projects that don't publish to package registries. — Thanks @goulvenclech! - Updated dependencies: [email protected]
sampo-github-action-v0.11.1
Patch changes
- 253334b Elixir packages without a
package()function inmix.exsare now correctly identified as private and excluded from publishing. — Thanks @goulvenclech! - d7979c5 When the ecosystem allows it,
sampo publishnow performs a dry-run publish for each package, before proceeding with the actual publish. If any package fails the dry-run, the publish process is aborted, avoiding partial releases. — Thanks @goulvenclech! - 7b95c43 Sampo now supports single-package Rust repositories, in addition to Cargo workspaces. — Thanks @goulvenclech!
- Updated dependencies: [email protected]