-
Notifications
You must be signed in to change notification settings - Fork 127
Release process
Paweł Pastuszak edited this page Jun 11, 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 closeAndPromoteRepository
- Update
ui/build.gradle
with next version with SNAPSHOT - Update
VisUI.version
- Update CHANGES
- Update USL
- Commit changes
- Update Github Wiki Page
- Create new release on GitHub
- Write blog post, update GitHub release
- PR LibGDX, update IRC topic
- Update contrib
VisEditor:
- Update
build.gradle
,App.version
- Disable Jenkins projects:
runtime
,runtime-gwt
,editor-edge
- Do
gradlew :runtime:uploadArchives :runtime-gwt:uploadArchives
- Do
gradlew closeAndPromoteRepository
- Commit changes and build editor stable via Jenkins
- Create release on Github
- Update
build.gradle
,App.version
with new version,VersionCodes
, update CHANGES, project converters - Re enable Jenkins projects
- Commit changes
- Update website, twitter, IRC, etc.
See README for VisUI introduction.