An open API service indexing awesome lists of open source software.

https://github.com/koki-develop/bump-semver-action

Bump a semantic version.
https://github.com/koki-develop/bump-semver-action

Last synced: 11 months ago
JSON representation

Bump a semantic version.

Awesome Lists containing this project

README

          

# Bump Semantic Version Action

[![GitHub Release](https://img.shields.io/github/v/release/koki-develop/bump-semver-action)](https://github.com/koki-develop/bump-semver-action/releases/latest)
[![CI](https://img.shields.io/github/actions/workflow/status/koki-develop/bump-semver-action/ci.yml?branch=main&logo=github&style=flat&label=ci)](https://github.com/koki-develop/bump-semver-action/actions/workflows/ci.yml)
[![Build](https://img.shields.io/github/actions/workflow/status/koki-develop/bump-semver-action/build.yml?branch=main&logo=github&style=flat&label=build)](https://github.com/koki-develop/bump-semver-action/actions/workflows/build.yml)

Bump a semantic version.

## Usage

See [`action.yml`](./action.yml).

```yaml
jobs:
bump:
permissions:
contents: write
steps:
- uses: koki-develop/bump-semver-action@v1
with:
level: patch # major, minor, patch
```

## LICENSE

[MIT](./LICENSE)