Release v0.1.0 #440
Loading…
Reference in a new issue
No description provided.
Delete branch "release/v0.1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First tagged release of lets-chat: v0.1.0, the seed version already in
Cargo.toml.Why no version bump
just create-release <bump>computes the next version FROM the currentCargo.tomlvalue, so from the0.1.0seed it can only emit0.2.0/0.1.1/1.0.0- never0.1.0. For the first tag the seed IS the target (perdocs/releasing.md: "no tag has been cut ... the repo is at v0.1.0, the seed version"), so this release branch carries the curated CHANGELOG as its commit and leaves the version untouched. Subsequent releases use the recipe normally.What's in it
CHANGELOG.md## [v0.1.0]folds the Pre-release seed (snapshot 2026-05-30) together with the operator-action commits that landed after it, gathered viagit log --grep='\[operator-action\]'over the full history:On merge
.forgejo/workflows/create-release.ymltags the merge commitv0.1.0and creates the Forgejo Release (autogit logbody). Thev*tag then fires:build-oci-image.yml-> pushesdev.a8n.run/a8n-tools-private/lets-chat:v0.1.0(+latest).publish-release.yml-> desktop Linux/Windows binaries + signedlatest.jsonto Generic Packages. Precondition:DESKTOP_UPDATE_SIGNING_KEYsecret +DESKTOP_UPDATE_PUBLIC_KEYvariable must be provisioned (perdocs/desktop-update-signing.md) or the publish job fails closed.Pairs with docker PR #139: once
lets-chat:v0.1.0is in the registry, the nc-01lets-chat-psapin moves off:latestto:v0.1.0.