Skip to content

Commit 83d37bd

Browse files
authored
Merge pull request #2151 from diggerhq/chore/breardon2011/release-adjustment
chore: go release type
2 parents 7bba8ae + 0ffa21e commit 83d37bd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"bootstrap-sha": "",
33
"group-pull-request-title-pattern": "chore: release {{version}} (multi-module)",
4-
"plugins": ["node-workspace"],
54
"release-type": "go"
65
}

taco/cmd/statesman/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
// OpenTaco Statesman Service
44
// This service provides the backend API for OpenTaco infrastructure management
55
// Version: 0.1.0
6+
// Ready for initial release
67

78
import (
89
"context"

taco/cmd/taco/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
// OpenTaco CLI
44
// Command-line interface for OpenTaco infrastructure management
55
// Version: 0.1.0
6+
// Ready for initial release
67

78
import (
89
"fmt"

0 commit comments

Comments
 (0)