/bump-prerelease-version

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

Primary LanguageTypeScript

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