Skip to content

goakshit/buf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages