github.com/operandinc/gqlgen@v0.16.1/RELEASE-CHECKLIST.md (about)

     1  # When gqlgen gets released, the following things need to happen
     2  
     3  Assuming the next version is $NEW_VERSION=v0.16.0 or something like that.
     4  
     5  1. Run the https://github.com/operandinc/gqlgen/blob/master/bin/release:
     6  
     7  ```
     8  ./bin/release $NEW_VERSION
     9  ```
    10  
    11  2. git-chglog -o CHANGELOG.md
    12  3. git commit and push the CHANGELOG.md
    13  4. Go to https://github.com/operandinc/gqlgen/releases and draft new release, autogenerate the release notes, and Create a discussion for this release
    14  5. Comment on the release discussion with any really important notes (breaking changes)
    15  
    16  I used https://github.com/git-chglog/git-chglog to automate the changelog maintenance process for now. We could just as easily use go releaser to make the whole thing automated.