Releases: bufbuild/buf-push-action
Releases · bufbuild/buf-push-action
v1.2.0
- Add option
create_visibility
to create the repository if it does not exist.
v1.1.1
- Remove github ref type checking on push, which was added in
v1.1.0
and introduced breaking change to users that rely on git tags. - No other major changes.
v1.1.0
- Support pushing to the BSR as a draft commit.
v1.0.1
- Refactored the action as a composite action.
- No changes to behavior.
v1.0.0
- Remove
required: true
from default variables inaction.yml
- No other major changes.
v0.3.0
- Fixes the deprecation warning for
buf beta push
(the command was moved tobuf push
). - Removes the unused
branch
parameter, which has no effect.
v0.2.0
- This fixes the
buf-setup-action
link used in the error message returned whenbuf
is not installed.
v0.1.0
Initial release