mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Update documentation.
This commit is contained in:
parent
71067de712
commit
12560d69ad
1 changed files with 0 additions and 8 deletions
|
@ -7,10 +7,6 @@ By default, this action assumes that:
|
|||
|
||||
Single-crate workspaces can use it as:
|
||||
```
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v1
|
||||
- name: Publish to crates.io
|
||||
|
@ -23,10 +19,6 @@ To use it in a workspace with more than one crate:
|
|||
|
||||
For example, this is publishing `my-crate` whose releases are tagged as `my-crate-v1.2.3`:
|
||||
```
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue