Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Releases: razd-cli/razd-action

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 03:40

What's New

Changes since v1.0.1

  • Feature: feat!: v2 — direct binary install, razd-version input, updated mise
  • Docs: docs: simplify usage examples in README

Quick Start

- uses: razd-cli/razd-action@v2.0.0

With options:

- uses: razd-cli/razd-action@v2.0.0
  with:
    mise-version: '2025.6.6'
    razd-version: 'latest'
    checkout-repository: 'true'

Parameters

Parameter Description Default
mise-version Version of mise to install 2025.6.6
razd-version Version of razd to install (latest or specific version) latest
checkout-repository Whether to checkout repository true

Full Changelog: v1.0.1...v2.0.0

Full Changelog: v1.0.1...v2.0.0

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Nov 05:10

🚀 What's New

🔄 Changes since v1.0.0

  • 🚀 Feature: feat: Add automatic release workflow on tag creation

📖 Quick Start

- name: Setup razd
  uses: razd-cli/razd-action@v1.0.1

🔧 With custom options:

- name: Setup razd
  uses: razd-cli/razd-action@v1.0.1
  with:
    mise-version: '2025.11.2'
    checkout-repository: 'true'

📋 Parameters

Parameter Description Default
mise-version Version of mise to install 2025.11.2
checkout-repository Whether to checkout repository true

📚 Documentation

See README.md for complete documentation.


Full Changelog: v1.0.0...v1.0.1

Full Changelog: v1.0.0...v1.0.1