github_publish/

directory
v0.0.123 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: MIT

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:

  1. Commit all changes and tag the commit:

    git tag v1.0.0
    git push origin v1.0.0
    
  2. Create .upload-credentials.json with your GitHub token:

    {"token": "ghp_...", "owner": "__OWNER__", "repo": "__REPO__"}
    
  3. Run the release script:

    go run ./script/release
    

Or do a dry run first:

go run ./script/release --dry-run

Directories

Path Synopsis
script
lib
release command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL