-
Notifications
You must be signed in to change notification settings - Fork 130
Release process
Paweł Pastuszak edited this page May 12, 2016
·
52 revisions
This page contains some information on how to do Vis releases and is probably completely irrelevant for you.
VisUI:
- Change
ui/build.gradle
version: remove SNAPSHOT - Check VisUI.version
- Do
gradlew :ui:uploadArchives
- Do
gradlew :ui:closeAndPromoteRepository
- Update
ui/build.gradle
with next version with SNAPSHOT - Update
VisUI.version
- Update CHANGES
- Commit changes
- Update USL, release to central
- Update Github Wiki Page
- Create new release on GitHub
- Write blog post, update GitHub release
- PR LibGDX, update IRC topic
VisEditor:
- Update POMs and App.version
- Disable Jenkins projects: runtime, runtime-gwt, editor-edge
- Release runtime, runtime-gwt
mvn clean deploy -P release
- Commit changes, and build editor new stable and beta
- Create release on github
- Update POMs and App.version with new version, update CHANGES, project converters
- Re enable projects
- Commit changes
- Update website, twitter, irc, etc.
See README for VisUI introduction.