This repository is a fork of github.com/oapi-codegen/oapi-codegen.
Its sole purpose is to trigger a GitHub Actions release workflow on every tag, which pre-builds the oapi-codegen binary for multiple platforms and publishes the resulting artifacts as a GitHub release.
For documentation, usage, and everything else, refer to the official project README.
Each time a new release is published on the upstream repository:
- Merge the upstream release tag into the
mainbranch of this repository:git fetch upstream git merge v1.x.y git push origin main
- Create and push the corresponding tag:
git tag v1.x.y git push origin v1.x.y
The release workflow will trigger automatically and produce pre-built binaries for all supported platforms.