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.
1 parent ac01716 commit 60abeefCopy full SHA for 60abeef
taco/cmd/statesman/main.go
@@ -1,6 +1,8 @@
1
package main
2
3
// Clean release test after fixing component names
4
+// Verifying Release-Please workflow with PAT token
5
+// Expecting automatic tag creation on merge
6
import (
7
"context"
8
"flag"
taco/cmd/taco/main.go
+// Testing Release-Please with proper tag recognition
+// Should create version 0.1.2 for both components
"fmt"
"os"
0 commit comments