Skip to content

Commit

Permalink
Merge pull request #7 from mlaccetti/feature/release-0.1.2
Browse files Browse the repository at this point in the history
Feature/release 0.1.2
  • Loading branch information
mlaccetti committed Aug 21, 2022
2 parents f3e997f + b65eed4 commit 5344287
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Rust version of mpolden's echoip
## Building

```bash
rustup target add x86_64-unknown-linux-gnu
brew install filosottile/musl-cross/musl-cross
make release
make docker
```

## Bumping version

```bash
cargo release patch --execute --no-confirm --no-push --no-tag
```

## Roadmap
Expand Down

0 comments on commit 5344287

Please sign in to comment.