Skip to content

Commit 60abeef

Browse files
committed
chore: check release
1 parent ac01716 commit 60abeef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

taco/cmd/statesman/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package main
22

33
// Clean release test after fixing component names
4+
// Verifying Release-Please workflow with PAT token
5+
// Expecting automatic tag creation on merge
46
import (
57
"context"
68
"flag"

taco/cmd/taco/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package main
22

33
// Clean release test after fixing component names
4+
// Testing Release-Please with proper tag recognition
5+
// Should create version 0.1.2 for both components
46
import (
57
"fmt"
68
"os"

0 commit comments

Comments
 (0)