What ver was just deployed? Was going to tag bugs which was fixed with that ver, to that ver...
Also would be good to do this for future releases.
That way we can generate release notes.
That is a good idea, but I'm not sure how that would work really.
We intend to always be releasing code many times a day... as in... continuously.
We don't really do releases, unless you can class 10:37am on today's date as a release.
We also don't do rollbacks... we prefer to roll forward fast. Which basically implies working with small changesets, and pushing them live fast, so that if something broke we can very quickly identify what did it.
In effect, the commit log history and resolved bug list history is our changelog.
With that in mind... what can we do that will help you, whilst we don't do the chunked release and incremented version number thing.
That is a good idea, but I'm not sure how that would work really.
We intend to always be releasing code many times a day... as in... continuously.
We don't really do releases, unless you can class 10:37am on today's date as a release.
We also don't do rollbacks... we prefer to roll forward fast. Which basically implies working with small changesets, and pushing them live fast, so that if something broke we can very quickly identify what did it.
In effect, the commit log history and resolved bug list history is our changelog.
With that in mind... what can we do that will help you, whilst we don't do the chunked release and incremented version number thing.