Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# updater-python

[![Latest Release](https://img.shields.io/github/v/release/SemRels/updater-python?label=version\&color=blue)](https://github.com/SemRels/updater-python/releases/latest)

Updates the Python package version in the selected packaging backend.

This plugin is distributed as the standalone Go binary `semrel-plugin-updater-python`. 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`.
Expand Down
Loading