Releases: bufbuild/buf-action
v1.0.2
What's Changed
- Check input for empty directories by @emcfarlane in #62
- Fix examples syntax by @emcfarlane in #69
- Add example for checks to guard push by @emcfarlane in #70
- Allow overriding Buf version in PATH by @emcfarlane in #72
Full Changelog: https://github.com/bufbuild/buf-action/compare/v1.0.1..v1.0.2
v1.0.1
What's Changed
- Disable PR comment by default from forks by @emcfarlane in #64
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This is buf-action
's first stable release! It does not contain any user-facing changes from v0.3.0.
v0.3.0
What's Changed
This release removes the workflow file parameter username
. To update to this release edit the workflow file (.github/workflows/buf-ci.yaml
) and remove the parameter username
if used. This input is no longer needed. See README usage for reference.
- Remove username config by @emcfarlane in #55
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Support duplicate action comments on PRs by @emcfarlane in #52
Full Changelog: https://github.com/bufbuild/buf-action/compare/v0.2.1..v0.2.2
v0.2.1
What's Changed
- Improve summary comments by @emcfarlane in #46
- Document GitHub actor and token parameters by @emcfarlane in #47
- Skip when actor is
dependabot[bot]
to avoid secret issues by @emcfarlane in #44
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Require buf v1.34.0 by @emcfarlane in #38
- Use buf ls-modules for parsing config by @emcfarlane in #40
- Reconfigure inputs for actions by @emcfarlane in #37
Full Changelog: v0.1...v0.2.0
v0.1.4
Numerous documentation corrections with some bug fixes for improved support.
What's Changed
- Improve GitHub summary for different events by @emcfarlane in #19
- Fix push with no configured module names by @emcfarlane in #31
- Archive labels using the registry API by @emcfarlane in #33
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fix archive for non-existent labels by @emcfarlane in #14
Full Changelog: https://github.com/bufbuild/buf-action/compare/v0.1.2..v0.1.3
v0.1.2
What's Changed
- Switch to npm binary for license headers by @timostamm in #6
- Drop support for .bufversion file by @emcfarlane in #8
- Fix default archive commands for PRs by @emcfarlane in #10
New Contributors
- @timostamm made their first contribution in #6
Full Changelog: v0.1.1...v0.1.2