Skip to content

Commit

Permalink
Task #1166 - make description more detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
dellerDLR authored Aug 31, 2023
1 parent c929333 commit 08cd984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This ticket captures all release related work of the VirtualSatellite4-Core rele
- [ ] Checkout/Update the Development branch
- [ ] Remove current integration branch (Make sure no one else is integrating at the moment)
- [ ] Create new integration branch from development branch
- [ ] Run ant script to update version numbers
- [ ] Run ant script to update version numbers (open build.xml and start the updateVersions task)
- [ ] Check if the server APIs had changes and update the version numbers in the servlets if necessary
- [ ] 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)
Expand All @@ -25,6 +25,7 @@ This ticket captures all release related work of the VirtualSatellite4-Core rele
- [ ] 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)
- [ ] Check that Java API Doc is working in our Concept-IDE - If not update the Java API Doc being registered in the Java doc plugin
- To check if it works, create a VirSat App and test if the Java API and Model APi from VirSat is backed by JavaDoc
- [ ] 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")

Expand Down

0 comments on commit 08cd984

Please sign in to comment.