There was an error while loading. Please reload this page.
cd dabo git checkout working git pull git checkout master git pull
git checkout master git checkout -b release
git merge --squash working
Run tests
When 'release' looks right, merge from 'release' into 'master'
git commit git checkout master git merge release git log
Edit RELEASENOTES.md with the notes from the git log above.
git log
Bump __version__ in dabo/dabo/version.py
__version__
dabo/dabo/version.py
Re-Run tests
git reset --hard
git commit -a
git tag -a -m "Version 0.9.7" v0.9.7
git push --tags origin master
git checkout working git merge master HEAD~1
git merge release git push origin working git branch -D release
cd ~/dabowebsite/trunk/blog/Announcements touch Dabo_<version>.txt svn add *.txt svn ci -m 'new version announcement'