Skip to content

Commit

Permalink
Remove reference to branches in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Dec 27, 2024
1 parent 58fb62a commit 0ac9471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions buf/registry/module/v1/module_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ service ModuleService {
}
// Create new Modules.
//
// When a Module is created, a Branch representing the release Branch
// is created as well.
// New modules are created with a default Label named "main".
//
// This operation is atomic. Either all Modules are created or an error is returned.
rpc CreateModules(CreateModulesRequest) returns (CreateModulesResponse) {
Expand Down
3 changes: 1 addition & 2 deletions buf/registry/module/v1beta1/module_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ service ModuleService {
}
// Create new Modules.
//
// When a Module is created, a Branch representing the release Branch
// is created as well.
// New modules are created with a default Label named "main".
//
// This operation is atomic. Either all Modules are created or an error is returned.
rpc CreateModules(CreateModulesRequest) returns (CreateModulesResponse) {
Expand Down

0 comments on commit 0ac9471

Please sign in to comment.