Skip to content

GitHub Action that will upgrade the version within NPM

Notifications You must be signed in to change notification settings

clockwork-marketing-uk/actions-upgrade-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade Version Action

Upgrade the version of the repository in the package.json

This action requires you to upgrade through a script called release. A easy way to do this is a package like standard-version.

Usage

- name: Upgrade Version
    uses: clockwork-marketing-uk/actions-upgrade-version@1.0.0
    with:
        github-user: ${{ github.actor }}

Release Script

Example using standard version

{
    "scripts": {
        "release": "standard-version",
        "release:first": "npm run release -- --first-release",
    },
}

About

GitHub Action that will upgrade the version within NPM

Resources

Stars

Watchers

Forks

Packages

No packages published