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
- Host: GitHub
- URL: https://github.com/alexweininger/bump-prerelease-version
- Owner: alexweininger
- Created: 2022-04-14T07:51:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T18:18:09.000Z (over 3 years ago)
- Last Synced: 2025-06-15T07:02:43.604Z (7 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```