Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobport/bump-javascript-package-version-action
A GitHub action to automatically bump the version
https://github.com/jobport/bump-javascript-package-version-action
actions npm-package
Last synced: 5 days ago
JSON representation
A GitHub action to automatically bump the version
- Host: GitHub
- URL: https://github.com/jobport/bump-javascript-package-version-action
- Owner: Jobport
- Created: 2021-09-30T14:58:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T15:21:55.000Z (about 2 years ago)
- Last Synced: 2025-02-01T18:15:37.636Z (5 days ago)
- Topics: actions, npm-package
- Language: Shell
- Size: 278 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](bump.png)
# bump Javascript package version
A GitHub action to automatically bump the versions of your Javascript package after merging a pull request.
It will create a new version of your package and a git tag with the latest version.
### inputs
**`DEFAULT_BUMP_LEVEL`**
`bump:major`/`bump:minor`/`bump:patch`
When given the action will use this default to bump the version if no label is present in the pull request.**`DRY_RUN`**
`true`/`false`/`""`
do nothing
### outputs
**`skipped`**
`true`/`false`
A boolean that indicates if the gem version was bumped.
Always true when DRY_RUN=true.**`level`**
`major`/`minor`/`patch`
The bump level that was used.