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

https://github.com/thomaseizinger/set-crate-version


https://github.com/thomaseizinger/set-crate-version

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Set crate version

A GitHub action for setting the version of a Rust crate.

## Usage

```yaml
name: "..."
on: ...

jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Bump crate version
uses: thomaseizinger/set-crate-version@master
with:
version: 1.0.0
```