Releases: bufbuild/buf-breaking-action
Releases · bufbuild/buf-breaking-action
v1.1.4
- Upgrade dependencies.
- No other major changes.
v1.1.3
- Upgrade dependencies.
- No other major changes.
v1.1.2
- Upgrade dependencies.
- No other major changes.
v1.1.1
- Upgrade dependencies.
- No other major changes.
v1.1.0
- Expose the generated breaking changes as step outputs.
- No other major changes.
v1.0.1
- Upgrade dependencies.
- No other major changes.
v1.0.0
- Remove
required: true
from default variables inaction.yml
- No other major changes.
v0.4.0
Removes the need to set environment variables for BUF_INPUT_HTTPS_USERNAME
and BUF_INPUT_HTTPS_PASSWORD
.
Instead there are optional input parameters that default to ${{ github.actor }}
and ${{ github.token }}
.
v0.3.0
Use annotations in pull request for lint failures instead of Github API for comments.
v0.2.0
- Fixes a bug that resulted in false negative
buf breaking
errors. - Adds support for depending on private repositories via the
buf_token
parameter.