git checkout master
git push
git push origin --tags
Update Vocola website:
cd ~/voice/Vocola_development/Vocola_net
git pull
cd src/v2
cp ~/voice/Vocola_development/Vocola_2/src/Release-2-9-notes.txt .
git add Release-2-9-notes.txt
cp ~/voice/Vocola_development/Vocola_2/releases/Vocola-2-9.zip .
git add Vocola-2-9.zip
edit ~/voice/Vocola_development/Vocola_net/src/v2/VocolaVersions.html to add new version
Also need to update latest version on:
~/voice/Vocola_development/Vocola_net/src/v2/InstallVocola.html
git commit -a
git push
after a short delay, changes should be live on https://vocola.net/v2/VocolaVersions
Draft then send out announcement to KnowBrainer third-party command utilities forum
https://forums.knowbrainer.com/forum/third-party-command-utilities-vocola-unimacro-voicepower-python
see file announcement; save the new announcement at the top
seems to work better if you join rather than justify paragraphs
I ended up wrapping the release notes in code (there's a button for that), it lost indentation :-(
there is a preview button in the new form at the bottom right
+done
bump version number to next + ALPHA
git commit -a
<checkout vortex branch for instructions for releasing a new version of vortex>
rebase Mark's branches as needed
update ~/infra/bootstrap/my_install_Vocola.bat as needed