Skip to content

Commit

Permalink
feat(boltup): impl bolt-cli versioning updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Dec 6, 2024
1 parent 5f2fe1e commit a8556a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boltup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ After the installation is complete, you can run `boltup` to install or update th
boltup --tag [version]

# Example
boltup --tag v0.3.0-alpha.1
boltup --tag v0.1.0
```

After the installation is complete, you can run `bolt` to use the bolt CLI tool.
Expand Down
3 changes: 3 additions & 0 deletions boltup/boltup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ main() {
BOLTUP_TAG="v${BOLTUP_TAG}"
fi

# Add `cli-` prefix to the tag, that's were the release is located
BOLTUP_TAG="cli-${BOLTUP_TAG}"

say "installing bolt (tag ${BOLTUP_TAG})"

# Figure out the platform: one of "linux", "darwin" or "win32"
Expand Down

0 comments on commit a8556a2

Please sign in to comment.