Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

DEVEL.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

Example for running the action manually inside a dev container:

/workspaces/bump-version (main *)$ INPUT_COMPONENT=minor node dist/index.js

::set-output name=newVersion::0.2.0
/workspaces/bump-version (main *)$ INPUT_COMPONENT=patch node dist/index.js

::set-output name=newVersion::0.1.5