An open API service indexing awesome lists of open source software.

https://github.com/alexweininger/bump-prerelease-version

GitHub Action that bumps package version from 0.1.1 to 0.1.2-alpha
https://github.com/alexweininger/bump-prerelease-version

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```yaml
uses: alexweininger/bump-prerelease-version@main
```