-
Notifications
You must be signed in to change notification settings - Fork 172
Releasing a version
Vojtech Polivka edited this page Dec 16, 2020
·
13 revisions
- (Optionaly) set the release version in the pom file, it should end with
SNAPSHOT
- Update the version in the documentation files
- Go to Travis and select
More options > Trigger build
onmaster
- Add the following environment variable to the Custom Config screen
env:
- RELEASE=true
- Create a new release on GitHub: https://github.com/graphql-java-kickstart/graphql-java-tools/releases
- The above should cause the release to be synced to Maven Central automatically: https://repo1.maven.org/maven2/com/graphql-java-kickstart/graphql-java-tools/