Releases: bufbuild/buf-push-action
Releases · bufbuild/buf-push-action
v1.2.0
- Add option
create_visibilityto create the repository if it does not exist.
v1.1.1
- Remove github ref type checking on push, which was added in
v1.1.0and 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: truefrom 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
branchparameter, which has no effect.
v0.2.0
- This fixes the
buf-setup-actionlink used in the error message returned whenbufis not installed.
v0.1.0
Initial release