Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:34
· 11 commits to main since this release
217fd09

Summary

  • This release introduces a new feature to resolve contributor GitHub usernames via the API, enhancing contributor recognition and improving the release process.

Breaking Changes

  • None

Features

  • Added the ability to resolve contributor GitHub usernames using the GitHub API.

Improvements

  • None

Fixes

  • None

Security

  • None

Documentation

  • None

Updated (dependencies)

  • None

Technical Details

  • feat: resolve contributor GitHub usernames via API (217fd09)

Contributors

Testing

  • No specific testing notes provided for this release.

Installation

Go Install

go install github.com/AxeForging/releaseforge@v1.1.0

Linux/macOS (AMD64)

curl -L https://github.com/AxeForging/releaseforge/releases/download/v1.1.0/releaseforge-linux-amd64.tar.gz | tar xz
chmod +x releaseforge-linux-amd64
sudo mv releaseforge-linux-amd64 /usr/local/bin/releaseforge

Linux/macOS (ARM64)

curl -L https://github.com/AxeForging/releaseforge/releases/download/v1.1.0/releaseforge-linux-arm64.tar.gz | tar xz
chmod +x releaseforge-linux-arm64
sudo mv releaseforge-linux-arm64 /usr/local/bin/releaseforge

Windows

Invoke-WebRequest -Uri https://github.com/AxeForging/releaseforge/releases/download/v1.1.0/releaseforge-windows-amd64.zip -OutFile releaseforge-windows-amd64.zip
Expand-Archive -Path releaseforge-windows-amd64.zip -DestinationPath .
Move-Item -Path releaseforge-windows-amd64/releaseforge-windows-amd64.exe -Destination releaseforge.exe