Categorygithub.com/goakshit/buf
module
2.8.7+incompatible
Repository: https://github.com/goakshit/buf.git
Documentation: pkg.go.dev

# README

Overview

Sample project to try buf to compile protobuffers.

IMPORTANT

  • release branch should be an orphan branch.

To create orphan branch with empty commit:

git checkout --orphan release
git commit --allow-empty -m "initial commit"
git push origin release
  • Auto tagging every release. Defaults to: #major(X.x.x), #minor(x.X.x) & #patch(x.x.X) If none of the tags are present in commit message, new tags are ignored(defaults to minor tag; configurable).

  • Added Workflow for verifying buf linting, breaking change ... and so on.

  • buf generate command to generate files.

# Packages

No description provided by the author