Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git flow release start is off master #45

Open
romk1n opened this issue Sep 26, 2015 · 1 comment
Open

git flow release start is off master #45

romk1n opened this issue Sep 26, 2015 · 1 comment

Comments

@romk1n
Copy link

romk1n commented Sep 26, 2015

Hi,

I don't understand what the problem but when i execute git flow release start 1.0 the message says

Switched to a new branch 'release/1.0'

Summary of actions:
- A new branch 'release/1.0' was created, based on 'master'
- You are now on branch 'release/1.0'

Follow-up actions:
- Bump the version number now!
- Start committing last-minute fixes in preparing your release
- When done, run:

     git flow release finish '1.0'

From what i understand it should be off develop

What can be the problem and how to debug it and fix it?

@dominhhai
Copy link
Contributor

The release command will create a release branch in order to prepare for release.
You can fix some micro bugs in this branch before finishing it - merging into master and develop branch.
The develop branch is useful for basing other feature branchs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants