ecal icon indicating copy to clipboard operation
ecal copied to clipboard

eCAL 5.13 Release

Open FlorianReimold opened this issue 1 year ago • 0 comments

  • [x] Create Support branch support/v5.13

  • [x] Pre-test support branch HEAD (gh action binaries)

  • [x] Pre-test support branch HEAD (PPA build)

  • [x] Create 5.13 PPA, add appropriate build dependencies and enable building on ARM

  • [x] Create changelog e.g. diff v5.13 against v5.12 to check the new commits (this checks by commit content, not by commit hash)

    git checkout support/v5.12
    git pull
    git checkout support/v5.13
    git pull
    git cherry -v support/v5.12 | grep "^\+"
    
  • Documentation: https://github.com/eclipse-ecal/ecal/tree/master/doc/rst/versions

    • [x] Create Compatibility table in documentation
    • [x] Create Release page
  • [ ] Cherry pick commits from master

  • [ ] Create RC tag

  • [ ] Await feedback on RC

  • [ ] Update changelog, if necessary

  • [ ] Pre-test support branch HEAD (gh action binaries) Use Eclipse-signed installer for Windows

  • [ ] Pre-test support branch HEAD (PPA build)

  • [ ] Create final tag: v5.13.0

  • [ ] Push to PPA

  • [ ] Upload binaries to GitHub Release

  • [ ] Add Release on Eclipse Project Page

FlorianReimold avatar Jan 11 '24 15:01 FlorianReimold