Skip to content

Commit

Permalink
Add build and release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
armandsalle committed Mar 11, 2024
1 parent 63172b4 commit 74d95da
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,22 @@ prompt: celvercel

```

### How to build and release

I'm using [goreleaser](https://goreleaser.com/) to release the package. Documentation is [here](https://goreleaser.com/quick-start/).

```bash
git tag -a v0.0.1 -m "Message"
git push origin v0.0.1
goreleaser release --clean
```

### Todo

- [x] Create the project
- [x] Create the Oreo meme with Vercel logo
- [x] Add a LICENSE
- [x] Add Cobra to handle args and flags
- [x] Add tests
- [ ] Add CI/CD
- [x] Add CI/CD
- [ ] Publish the package to Homebrew and APT

0 comments on commit 74d95da

Please sign in to comment.