github.com/spread-ai/gqlgen@v0.0.0-20221124102857-a6c8ef538a1d/RELEASE-CHECKLIST.md (about)

     1  # When gqlgen gets released, the following things need to happen
     2  Assuming the next version is $NEW_VERSION=v0.16.0 or something like that.
     3  
     4  1. Run the https://github.com/spread-ai/gqlgen/blob/master/bin/release:
     5  ```
     6  ./bin/release $NEW_VERSION
     7  ```
     8  2. git-chglog -o CHANGELOG.md
     9  3. git commit and push the CHANGELOG.md
    10  4. Go to https://github.com/spread-ai/gqlgen/releases and draft new release, autogenerate the release notes, and Create a discussion for this release
    11  5. Comment on the release discussion with any really important notes (breaking changes)
    12  
    13  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.
    14