Files
actions/release-monthly
renovate[bot] 05e171c506 feat(github-action)!: Update actions/checkout (v4.3.0 → v5.0.0) (#209)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 14:36:40 +03:00
..

ivuorinen/actions/release-monthly

Do Monthly Release

Description

Creates a release for the current month, incrementing patch number if necessary.

Inputs

name description required default
token

GitHub token with permission to create releases.

true ${{ github.token }}
dry-run

Run in dry-run mode without creating the release.

false false
prefix

Optional prefix for release tags.

false ""

Outputs

name description
release-tag

The tag of the created release

release-url

The URL of the created release

previous-tag

The previous release tag

Runs

This action is a composite action.

Usage

- uses: ivuorinen/actions/release-monthly@main
  with:
    token:
    # GitHub token with permission to create releases.
    #
    # Required: true
    # Default: ${{ github.token }}

    dry-run:
    # Run in dry-run mode without creating the release.
    #
    # Required: false
    # Default: false

    prefix:
    # Optional prefix for release tags.
    #
    # Required: false
    # Default: ""