Skip to content

Commit

Permalink
Merge pull request #1177 from tinaboyce/master
Browse files Browse the repository at this point in the history
docs: update releasing instructions
  • Loading branch information
mapkon authored Dec 6, 2023
2 parents 5809335 + c8e36f4 commit b0ab11b
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 b0ab11b

Please sign in to comment.