We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bba8ae + 0ffa21e commit 83d37bdCopy full SHA for 83d37bd
.github/release-please-config.json
@@ -1,6 +1,5 @@
1
{
2
"bootstrap-sha": "",
3
"group-pull-request-title-pattern": "chore: release {{version}} (multi-module)",
4
- "plugins": ["node-workspace"],
5
"release-type": "go"
6
}
taco/cmd/statesman/main.go
@@ -3,6 +3,7 @@ package main
// OpenTaco Statesman Service
// This service provides the backend API for OpenTaco infrastructure management
// Version: 0.1.0
+// Ready for initial release
7
8
import (
9
"context"
taco/cmd/taco/main.go
// OpenTaco CLI
// Command-line interface for OpenTaco infrastructure management
"fmt"
0 commit comments