https://github.com/thomaseizinger/set-crate-version
https://github.com/thomaseizinger/set-crate-version
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomaseizinger/set-crate-version
- Owner: thomaseizinger
- License: mit
- Created: 2020-02-20T12:11:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:31:09.000Z (over 3 years ago)
- Last Synced: 2024-10-14T13:32:35.909Z (over 1 year ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```