File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# GoReleaser configuration for alpha releases (v2.0.0-alpha.*)
2- # This generates aurl-alpha formula that installs the binary as "aurl-alpha"
2+ # This generates aurl-v2- alpha formula that installs the binary as "aurl-v2 -alpha"
33
44version : 2
55
@@ -41,7 +41,7 @@ changelog:
4141 - ' ^test:'
4242
4343brews :
44- - name : aurl-alpha
44+ - name : aurl-v2- alpha
4545 # Always upload alpha releases
4646 skip_upload : false
4747
@@ -67,13 +67,13 @@ brews:
6767 # Description of the project
6868 description : " URL Command Line Tool with Authentication Support (v2 alpha build)"
6969
70- # Install binary with alpha suffix to avoid conflicts
70+ # Install binary with v2- alpha suffix to avoid conflicts
7171 install : |
72- bin.install "aurl" => "aurl-alpha"
72+ bin.install "aurl" => "aurl-v2- alpha"
7373
7474 # Test script for brew
7575 test : |
76- system "#{bin}/aurl-alpha --version"
76+ system "#{bin}/aurl-v2- alpha --version"
7777
7878 # Add conflicts_with to prevent installing both stable and alpha
7979 custom_block : |
Original file line number Diff line number Diff line change 8585
8686 # Add conflicts_with to prevent installing both stable and alpha
8787 custom_block : |
88- conflicts_with "aurl-alpha", because: "both install 'aurl' binary"
88+ conflicts_with "aurl-v2- alpha", because: "both install 'aurl' binary"
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ brew install aurl
3232
3333``` bash
3434brew tap classmethod/repos
35- brew install aurl-alpha
35+ brew install aurl-v2- alpha
3636```
3737
3838** Notes:**
3939
40- - ` aurl ` and ` aurl-alpha ` cannot be installed simultaneously (they conflict)
41- - The alpha version installs the binary as ` aurl-alpha ` to allow side-by-side testing
40+ - ` aurl ` and ` aurl-v2- alpha ` cannot be installed simultaneously (they conflict)
41+ - The alpha version installs the binary as ` aurl-v2- alpha ` to allow side-by-side testing
4242- When v2 becomes stable, ` brew upgrade aurl ` will seamlessly migrate you from v1 to v2
43- - To switch from alpha to stable: ` brew uninstall aurl-alpha && brew install aurl `
43+ - To switch from alpha to stable: ` brew uninstall aurl-v2- alpha && brew install aurl `
4444
4545### scoop
4646
You can’t perform that action at this time.
0 commit comments