Skip to content
 
 

Repository files navigation

oapi-codegen — Release fork

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.

Keeping up with upstream releases

Each time a new release is published on the upstream repository:

  1. Merge the upstream release tag into the main branch of this repository:
    git fetch upstream
    git merge v1.x.y
    git push origin main
  2. 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.

About

Generate Go client and server boilerplate from OpenAPI 3 specifications

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages