Skip to content

v1.0.1 - Fixes

Latest

Choose a tag to compare

@zeshantech zeshantech released this 21 Apr 06:37

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

  1. Download the latest release from Releases
  2. Extract the zip file
  3. Add the extracted directory to your PATH

Verify Installation

gincli version

Supported Platforms

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64, 386)

Release Process

  1. Create a new tag: git tag v1.0.0
  2. Push the tag: git push origin v1.0.0
  3. GitHub Actions will automatically:
    • Build binaries for all platforms
    • Create release archives
    • Generate checksums
    • Create a GitHub release