Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 741 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 741 Bytes

Contributing Guide

Current Maintainers

  • Caleb @cdavisgpsi
  • Josiah @Jbcampbe
  • Drew @drewlesueur
  • Daniel @robotdan (FusionAuth)

Guidline for Updating

  1. Scroll through FusionAuth's API Docs
  2. Update each resouce and make sure to update the docs!!!
  3. Submit PR to this repo
  4. Upon merge, maintainer will create new git tag kicking off the build process.
  5. Terraform Registry will pick up the changes
git tag v0.1.71
git push origin --tag

To uppdate the FusionAuth go-client

In this example, we are pulling the go-client at version 1.42.1

go get -u github.com/FusionAuth/[email protected]