directory
Version:
v0.0.123
Opens a new window with list of versions in this module.
Published: Jul 10, 2026
License: MIT
Opens a new window with license information.
README
¶
NAME
Install
curl -fsSL https://raw.githubusercontent.com/__OWNER__/__REPO__/main/install.sh | bash
To install a specific version:
curl -fsSL https://raw.githubusercontent.com/__OWNER__/__REPO__/main/install.sh | INSTALL_TAG=v1.0.0 bash
Release
To release a new version to GitHub Releases:
-
Commit all changes and tag the commit:
git tag v1.0.0
git push origin v1.0.0
-
Create .upload-credentials.json with your GitHub token:
{"token": "ghp_...", "owner": "__OWNER__", "repo": "__REPO__"}
-
Run the release script:
go run ./script/release
Or do a dry run first:
go run ./script/release --dry-run
Directories
¶
script
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.