Skip to content

Commit ebaf9cf

Browse files
committed
Change v2 alpha command name
1 parent 9c753e1 commit ebaf9cf

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.goreleaser.v2-alpha.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
version: 2
55

@@ -41,7 +41,7 @@ changelog:
4141
- '^test:'
4242

4343
brews:
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: |

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ brews:
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"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ brew install aurl
3232

3333
```bash
3434
brew 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

0 commit comments

Comments
 (0)