Skip to content

Commit 74f40bd

Browse files
authored
Merge pull request #2270 from diggerhq/release-branch
chore: make a release
2 parents 398b9af + d133744 commit 74f40bd

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

taco/cmd/statesman/main.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
package main
22

3-
// Clean release test after fixing component names
4-
// Verifying Release-Please workflow with PAT token
5-
// Expecting automatic tag creation on merge
6-
// Testing binary cleanup to prevent dgctl contamination
7-
// Added workflow exclusions to prevent release collisions
8-
// Testing isolated taco releases without interference
9-
// Testing multi-arch Docker builds with linux/amd64,arm64,386 support
10-
// Removed linux/386 due to Ubuntu 24.04 platform compatibility
11-
// Fixed semver pattern issue - using manual version for Docker tags
123
import (
134
"context"
145
"flag"

taco/cmd/taco/main.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
package main
22

3-
// 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
6-
// Full end-to-end test with cleanup and proper tagging
7-
// Fixed tag collision with existing release workflows
8-
// Should now have clean releases without dgctl contamination
9-
// Testing multi-arch Docker builds and Helm-compatible tags
10-
// Fixed linux/386 platform issue - now testing amd64,arm64 only
11-
// Testing manual version derivation for Helm-compatible Docker tags
123
import (
134
"fmt"
145
"os"

0 commit comments

Comments
 (0)