Commit ee7edbe0 authored by Vincent Driessen's avatar Vincent Driessen

Merge branch 'release/0.4' into develop

parents e1ec57d4 1c289cf3
0.4:
---
Release date: ???
Release date: **2010/10/18**
(No changes yet.)
* The flag parsing issues of git-flow subcommands are solved for most
platforms.
* `git flow {feature,hotfix,release} finish` now takes a `-k` flag, to keep the
branch around after finishing.
* `git flow release finish` takes a `-n` flag, to skip tagging.
* For consistency, `git flow {release,hotfix}` now, too, have a `publish` and
`track` subcommand, just like `feature`.
* Various minor fixes.
0.3:
......
......@@ -36,7 +36,7 @@
# policies, either expressed or implied, of Vincent Driessen.
#
GITFLOW_VERSION=0.4-dev
GITFLOW_VERSION=0.4
usage() {
echo "usage: git flow version"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment