Skip to content

Commit

Permalink
Switch to different Git workflow
Browse files Browse the repository at this point in the history
Up to now all development happened on the `dev` branch whereas `master` was
always 'deployable'. Releasing a new version included merging it into `master`,
tagging it there and then returning back. From now on everything will
just happen on the master branch with stable releases marked by git tags.
This significantly reduces the overhead involved in releasing new versions.
  • Loading branch information
msiemens committed Dec 10, 2014
1 parent e95d6b9 commit 6f7a3de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ v0.1 (*2013-03-14*)

- Initial Release

.. |Build Status| image:: http://img.shields.io/travis/msiemens/PyGitUp/dev.svg?style=flat-square
.. |Build Status| image:: http://img.shields.io/travis/msiemens/PyGitUp/master.svg?style=flat-square
:target: https://travis-ci.org/msiemens/PyGitUp

.. |Coverage Status| image:: http://img.shields.io/coveralls/msiemens/PyGitUp/dev.svg?style=flat-square
:target: https://coveralls.io/r/msiemens/PyGitUp?branch=dev
.. |Coverage Status| image:: http://img.shields.io/coveralls/msiemens/PyGitUp/master.svg?style=flat-square
:target: https://coveralls.io/r/msiemens/PyGitUp

.. |Version| image:: http://img.shields.io/pypi/v/git-up.svg?style=flat-square
:target: https://pypi.python.org/pypi/git-up

0 comments on commit 6f7a3de

Please sign in to comment.