Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.44 KB

File metadata and controls

40 lines (35 loc) · 1.44 KB

To Do

  • Bump versions of GitHub actions
  • Bump dependency versions

    See WIP branch upgrade-dependencies

  • Refactor release process
    • GIT-VERSION convention
    • Reorder actions to make releases from tags with release notes already updated.
  • Figure out GitHub Actions
    • How does pre-installed temurin Java work? Do we still need the Java setup step?
    • TBD

Doing

  • Create branch dev-1

    Versions 1.* will be capped for compatibility. See git commit messages for until-build and other compatibility changes.

    • Wait for 2.0.0 to get released
    • Name variants: release-1, release-v1, dev-1
  • Release process instructions

    #5

    • Review the draft during next release

Done

  • Gif in README

    Rejected as being too distracting

    • Decide if README with a gif is better than with static screenshot
    • If gif is better, push it to main
  • Building instructions

    #5

    • double check building from source instructions
    • double check debugging from IDE instructions
    • push to main
  • 2.0.0
    • Rebase onto master
    • Integrate changes from all branches related to 2.0.0 (two local branches atm)
    • Test changes
    • Copyedit the CHANGELOG
    • Release 2.0.0
    • Move on to create branch dev-1 for 1..