Skip to content

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

Notifications You must be signed in to change notification settings

alexweininger/bump-prerelease-version

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published