alexweininger / bump-prerelease-version

GitHub Action that bumps package version from 0.1.1 to 0.1.2-alpha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump Pre-Release Version

This action simply bumps the version of the package from 0.1.1 to 0.1.2-alpha.0. Intended for bumping versions of npm packages post release.

Outputs

new-version

The new package version.

old-version

The old package version.

Example usage

uses: alexweininger/bump-prerelease-version@main

About

GitHub Action that bumps package version from 0.1.1 to 0.1.2-alpha


Languages

Language:TypeScript 100.0%