File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
1
package main
2
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
- // 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
12
3
import (
13
4
"context"
14
5
"flag"
Original file line number Diff line number Diff line change 1
1
package main
2
2
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
12
3
import (
13
4
"fmt"
14
5
"os"
You can’t perform that action at this time.
0 commit comments