Skip to content

Releases: bruits/sampo

sampo-github-action-v0.3.0

09 Sep 13:37
2e981b3

Choose a tag to compare

Automated release for tag sampo-github-action-v0.3.0

sampo-core-v0.2.0

09 Sep 13:37
2e981b3

Choose a tag to compare

Automated release for tag sampo-core-v0.2.0

sampo-v0.4.1

08 Sep 22:02
4156d2b

Choose a tag to compare

Automated release for tag sampo-v0.4.1

sampo-github-bot-v0.2.1

08 Sep 22:02
4156d2b

Choose a tag to compare

Automated release for tag sampo-github-bot-v0.2.1

sampo-github-action-v0.2.2

08 Sep 22:02
4156d2b

Choose a tag to compare

Automated release for tag sampo-github-action-v0.2.2

sampo-core-v0.1.1

08 Sep 22:02
4156d2b

Choose a tag to compare

Automated release for tag sampo-core-v0.1.1

[email protected]

06 Sep 13:40

Choose a tag to compare

Minor changes

  • d0d7244 Changelog messages are now enriched with commit hash links and author thank-you notes, especially for first-time contributors. Added [changelog] configuration section with show_commit_hash and show_acknowledgments options (both default to true). — Thanks @goulvenclech!

Patch changes

  • c7f252e Changed release and publish semantics: sampo release no longer creates git tags and can be run multiple times to iteratively prepare a release. Git tags are now created by sampo publish after 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!
  • 978bbe4 Only 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]

06 Sep 13:39

Choose a tag to compare

Minor changes

  • a3015e7 Initial 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

  • c91b1e9 Sampo's bot now ignores Sampo Action's release pull requests. — Thanks @goulvenclech!
  • 1c9cd1b Fix 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]

06 Sep 13:41

Choose a tag to compare

Minor changes

  • d0d7244 Changelog messages are now enriched with commit hash links and author thank-you notes, especially for first-time contributors. Added [changelog] configuration section with show_commit_hash and show_acknowledgments options (both default to true). — Thanks @goulvenclech!
  • c7f252e Initial 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 traditional release/publish commands. — Thanks @goulvenclech!

[email protected]

02 Sep 02:01

Choose a tag to compare

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!