Skip to content

Commit

Permalink
docs: update releasing instructions
Browse files Browse the repository at this point in the history
- `make release` does not exist in the Makefile
- process has changed since time of writing
  • Loading branch information
tinaboyce committed Dec 6, 2023
1 parent 5809335 commit c8e36f4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,17 +766,11 @@ This tool would not be possible without some great opensource libraries.

# Releasing

Install `github-release`.

```
go get github.com/buildkite/github-release
```

To release run.

```
make release
```
1. Create a git tag locally with `git tag -as vX.X.X`
2. Run build with `make build`
3. Test the newly created binary nested in the `dist/` of the project root directory
4. If testing pass, push the tag `git push origin vX.X.X`
5. Make an announcement in "Discussions"

# Debugging Issues with IDPs

Expand Down

0 comments on commit c8e36f4

Please sign in to comment.