Skip to content

Commit

Permalink
Add link to article about cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusholmgren committed Feb 5, 2023
1 parent 251bd33 commit 3695b9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ garden write
garden write -t "Some Title"
```

## cargo-dist

Use cargo-release to create release pipeline. See article [release engineering is exhausting so here's cargo-dist](https://blog.axo.dev)

```shell
# cut a release
cargo release 0.1.0
```

## Credits

Expand Down

0 comments on commit 3695b9b

Please sign in to comment.