diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 13:36:40 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 13:36:40 +0100 |
commit | 080021e956ec9441d2aae8c2959b701b45b2bd7d (patch) | |
tree | e790ad5116370744e9057ec01ab59aaa6d8b7406 /RELEASE-CHECKLIST | |
parent | 22864ed2c41f95f00c2065407c4d8161901a9605 (diff) |
Added release checklist.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r-- | RELEASE-CHECKLIST | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST new file mode 100644 index 0000000..50f9ff3 --- /dev/null +++ b/RELEASE-CHECKLIST @@ -0,0 +1,19 @@ +Check list for releasing: + + [ ] Bump version in version.h + + [ ] Test dist with testdist.sh script. + + [ ] Test the VSTs from latest Jenkins build. + + [ ] Update ChangeLog + + [ ] Make sure plugin/README_VST.txt is up-to-date. + + [ ] Tag git + + [ ] Copy dist files (VSTs, README and tar-ball) to server. + + [ ] Write release announcement (mail and news entry). + + [ ] Spread the word...
\ No newline at end of file |