Releases: bruits/sampo
Releases · bruits/sampo
sampo-github-action-v0.3.0
Automated release for tag sampo-github-action-v0.3.0
sampo-core-v0.2.0
Automated release for tag sampo-core-v0.2.0
sampo-v0.4.1
Automated release for tag sampo-v0.4.1
sampo-github-bot-v0.2.1
Automated release for tag sampo-github-bot-v0.2.1
sampo-github-action-v0.2.2
Automated release for tag sampo-github-action-v0.2.2
sampo-core-v0.1.1
Automated release for tag sampo-core-v0.1.1
[email protected]
Minor changes
d0d7244Changelog messages are now enriched with commit hash links and author thank-you notes, especially for first-time contributors. Added[changelog]configuration section withshow_commit_hashandshow_acknowledgmentsoptions (both default to true). — Thanks @goulvenclech!
Patch changes
c7f252eChanged release and publish semantics:sampo releaseno longer creates git tags and can be run multiple times to iteratively prepare a release. Git tags are now created bysampo publishafter successful crate publication. This allows for better separation between release preparation and finalization workflows. This is technically a breaking change⚠️ but this is expected in 0.x.x alpha versions. — Thanks @goulvenclech!978bbe4Only publish crates with a release tag (name-v<version>) and skip versions already on crates.io. Prevents “crate already exists” errors and avoids publishing unplanned crates. — Thanks @goulvenclech!
[email protected]
Minor changes
a3015e7Initial release of sampo-github-bot, a GitHub App server to inspect pull requests and automatically request Sampo changesets when needed. Includes GitHub App auth, sticky automatic comments, and deployment on Fly.io. — Thanks @goulvenclech!
Patch changes
c91b1e9Sampo's bot now ignores Sampo Action's release pull requests. — Thanks @goulvenclech!1c9cd1bFix deploys by adding openssl-libs-static package. Resolves linker errors when building statically linked binaries with SSL dependencies on Alpine Linux. — Thanks @goulvenclech!
[email protected]
Minor changes
d0d7244Changelog messages are now enriched with commit hash links and author thank-you notes, especially for first-time contributors. Added[changelog]configuration section withshow_commit_hashandshow_acknowledgmentsoptions (both default to true). — Thanks @goulvenclech!c7f252eInitial release of Sampo's GitHub Action, to help you automate release workflows in CI/CD pipelines. Supports multiple operation modes:prepare-pr(creates/updates Release PRs),post-merge-publish(publishes and tags after merge), and traditionalrelease/publishcommands. — Thanks @goulvenclech!
[email protected]
Initial release of Sampo CLI, a tool to automate changelogs, versioning, and publishing. This first version includes proof of concepts for the main commands (help, init, add, release, publish), and has been published using Sampo itself!