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

Can you explain what happens here? The new feature branch becomes the new develop branch? the old develop becomes the v1.0.0? #5

Open
snarflakes opened this issue Dec 10, 2020 · 0 comments

Comments

@snarflakes
Copy link

Releasing
Finished with your project?

Create a feature branch as normal.

Update the version history in the README.md file

Update this to develop as normal.

git checkout master
git merge --no-ff develop
git push origin master
git tag v1.0.0
git push origin v1.0.0
Replace 1.0.0 in the snippet here with your appropriate versions. Now you have a tag saved.

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

1 participant