Push a v* tag (e.g. v0.4.0) to trigger the release.yml workflow, which
runs GoReleaser and publishes Docker images.
Package versions are independent of the Go binary version.
@kaptanto/events must be published before packages that peer-depend on it
(n8n-nodes-kaptanto, @kaptanto/mastra). Always tag and wait for the events
package to appear on npm before tagging dependents.
@kaptanto/events— push a tag matchingevents-v*(e.g.events-v0.2.0).n8n-nodes-kaptanto(folderpackages/n8n-nodes-kaptanto) — push a tag matchingn8n-v*(e.g.n8n-v0.2.0).@kaptanto/mastra— push a tag matchingmastra-v*(e.g.mastra-v0.1.0).
These tags trigger the npm-publish.yml workflow which builds, tests, and
publishes with OIDC provenance (--provenance --access public).
You can also publish manually via the workflow_dispatch trigger in the
Actions tab.