vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5.5 KiB

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!!)

  • Keep the order of the commits. Older commits are lower newers are higher.
  • Bug-Fixes start with FIX #issue:
  • New Features start with FEAT #issue:
  • Refactors start with REFA #PR:
  • Additional work start with Added #PR:

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!