Skip to content

Commit 66d7450

Browse files
committed
refactor: rename goup-util → utm-dev (github.com/joeblew999/utm-dev)
Full rename across all source files, go.mod, examples, CI workflows, docs, and mise tasks. Binary is now `utm-dev`. CLI docs regenerated (86 files, all utm-dev_*.md). docs/adr/ preserved with all 6 ADRs. Next: rename GitHub repo from goup-util → utm-dev.
1 parent 83933bb commit 66d7450

220 files changed

Lines changed: 2384 additions & 1815 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- name: Build goup-util with obfuscation
20+
- name: Build utm-dev with obfuscation
2121
run: mise run ci
2222

2323
- name: Verify JSON output
2424
run: |
2525
echo "Testing self version command..."
26-
./.dist/goup-util-darwin-arm64 self version | jq .
26+
./.dist/utm-dev-darwin-arm64 self version | jq .
2727
2828
- name: List built binaries
2929
run: |
@@ -33,5 +33,5 @@ jobs:
3333
- name: Upload all artifacts
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: goup-util-all-platforms
36+
name: utm-dev-all-platforms
3737
path: .dist/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: softprops/action-gh-release@v2
3333
with:
3434
files: |
35-
.dist/goup-util-*
35+
.dist/utm-dev-*
3636
.dist/*.sh
3737
.dist/*.ps1
3838
generate_release_notes: true

0 commit comments

Comments
 (0)