virtualsatellite / VirtualSatellite4-CEF

Virtual Satellite 4 - CEF Application
Eclipse Public License 2.0
9 stars 3 forks source link

Release Version 4.16.2 #219

Open dellerDLR opened 6 months ago

dellerDLR commented 6 months ago

Virtual Satellite Release Version 4.16.1

This ticket captures all release related work of the VirtualSatellite4-Cef release

  1. Perform version update:

    • [x] Checkout/Update the Development branch
    • [x] Remove current integration branch (Make sure no one else is integrating at the moment)
    • [x] Create new integration branch from development branch
    • [x] Run ant script to update version numbers (build.xml -> updateVersions)
    • [x] Check if the server APIs had changes and update the version numbers in the servlets if necessary
    • [x] Check if there are unreleased changes on the Ecore data model (open dvlm.ecore, check if History > Release (not yet released is empty))
    • [ ] Create a Edapt release of new changes (View "Operation Browser", click "Release" with "not yet released" selected, set the next version)
    • [ ] Generate model and edit code from Ecore (Open dvlm.genmodel, right click on the context menu)
    • [ ] Adjust DVLM version number in ConceptLanguage.xtext and run GenerateConceptLanguage.mwe2
    • [ ] Adjust DVLM version number in EquationDSL.xtext and run GenerateEquationDSL.mwe2
    • [ ] Regenerate concept.xmi of all relevant projects (launch "VirSat Core Concept IDE", import projects (with nested), build all)
    • [x] Update the Java API Doc being registered in the Java doc plugin
    • [x] Make sure application launches without errors from the product launcher
    • [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Versions")
  2. Perform integration on integration branch:

    • [x] Apply all needed fixes
    • [x] Update the release notes
  3. Update master/release branch:

    • [x] Merge integration branch into master branch (Pull Request named "Release 4.x.x")
    • [x] Create Release Tag
  4. Merge back integration branch:

    • [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Fixes")

Well Done!! You should have a new Virtual Satellite Release :rocket: