Release Checklist

Communication

Update to the newest version

Build & Test

History

(THIS IS A LOT OF WORK! WE SHOULD TRY TO automate this in the future!!)

Commit

Update Master

We don’t merge the development branch to the master because the master branch is different to the develop-Branch. The master branch has a dist and test folder and does not generate Source-Maps.

If we would merge the development branch would overwrite this. To solve this we use rebase instead:

Test

Update website

Prepare next version

DONE!