Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Aug 30, 2024
1 parent d660245 commit 04a0c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7c300bd65c20f4f6c4298
- run: ./build.sh
- run: go get
- run: go test
Expand Down
8 changes: 1 addition & 7 deletions go/event_kit_api/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Contributing Guidelines

## Installing Required Tools

```sh
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7c300bd65c20f4f6c4298
```

## Executing the Generator

```sh
Expand All @@ -16,4 +10,4 @@ go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7

1. Update `CHANGELOG.md`
2. Set the tag: `git tag -a go/event_kit_api/v2.0.1 -m go/event_kit_api/v2.0.1`
3. Push the tag: `git push origin go/event_kit_api/v2.0.1`
3. Push the tag: `git push origin main go/event_kit_api/v2.0.1`

0 comments on commit 04a0c8b

Please sign in to comment.