- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.9k
Releasing Feign
        Kevin Davis edited this page Aug 12, 2019 
        ·
        3 revisions
      
    Here are the top things to know about OpenFeign releases.
- OpenFeign maintains the most recent major version.
- Releases are automated using Travis CI.
- Releases are deployed to Maven Central.
How to perform a release:
- Clone the repository.
- Checkout the masterbranch.
- Run the releasescript to set the next release version, push the tag, and update the versions to the next snapshot./travis/release.sh
- Wait for Travis CI complete the build.
- Create a new GitHub Release summarizing the changes.
TO DO:
- Consider moving to CircleCI for speed
- Update Gitter integration to announce builds and releases.