diff --git a/README.md b/README.md index 2422e3a..78fa8f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hook-gitplugin +[![Latest Release](https://img.shields.io/github/v/release/SemRels/hook-gitplugin?label=version\&color=blue)](https://github.com/SemRels/hook-gitplugin/releases/latest) + Pushes release tags and related git updates to another repository. This plugin is distributed as the standalone Go binary `semrel-plugin-hook-gitplugin`. Semrel executes the binary as a subprocess, provides plugin configuration through `SEMREL_PLUGIN_*` environment variables, provides release context through `SEMREL_*` environment variables, reads standard output, and treats exit code `0` as success and any non-zero exit code as failure. Install the binary in `~/.semrel/plugins/` or anywhere on your `$PATH`.