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
Features
- Added the ability to resolve contributor GitHub usernames using the GitHub API.
Improvements
Fixes
Security
Documentation
Updated (dependencies)
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