From 74d95da3b54247e0752e8886ed95645af9a12568 Mon Sep 17 00:00:00 2001 From: armand Date: Mon, 11 Mar 2024 19:21:07 +0100 Subject: [PATCH] Add build and release instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b9a14..884e2e0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ 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 @@ -60,5 +70,5 @@ prompt: celvercel - [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 \ No newline at end of file