Replace this description with what your SemRel plugin does.
This repository is based on the SemRels/plugin-template GitHub template and provides a clean starting point for provider, analyzer, generator, updater, or hook plugins.
cmd/plugin/ Plugin entry point
internal/plugin/ Business logic scaffold
internal/grpc/ gRPC transport scaffold
proto/v1 Symlink to the SemRel protobuf contract
.github/workflows/ CI, release, and security automation
Published binaries are distributed through releases and synchronized to registry.semrel.io.
go build ./cmd/plugin
go test ./...See the SemRel documentation for plugin configuration and runtime integration details:
- Replace all
{{...}}placeholders. - Rename the module path in
go.mod. - Implement your plugin logic in
internal/plugin/. - Wire generated protobuf bindings into
internal/grpc/. - Create your first tagged release with
v*.*.*.