Release Guide
Installation Instructions
Linux/macOS
# Download the latest release
curl -L https://github.com/Golang-programming/gincli/releases/latest/download/gincli_$(uname -s)_$(uname -m).tar.gz | tar xz
# Make it executable
chmod +x gincli
# Move to PATH
sudo mv gincli /usr/local/bin/
Windows
- Download the latest release from Releases
- Extract the zip file
- Add the extracted directory to your PATH
Verify Installation
Supported Platforms
- Linux (amd64, arm64)
- macOS (amd64, arm64)
- Windows (amd64, 386)
Release Process
- Create a new tag:
git tag v1.0.0
- Push the tag:
git push origin v1.0.0
- GitHub Actions will automatically:
- Build binaries for all platforms
- Create release archives
- Generate checksums
- Create a GitHub release