Skip to content

[Q] Create release is different from git.git #9

@SevereOverfl0w

Description

@SevereOverfl0w

I'm looking at implementing this, and comparing man gitworkflows with what is here.
I noticed that gitworkflows says:

https://git-scm.com/docs/gitworkflows#_maintenance_branch_management_after_a_feature_release


Recipe: Update maint to new release

    git checkout maint

    git merge --ff-only master

But https://github.com/rocketraman/gitworkflow/blob/c3cb27618e5fcd41dc96508c403b35de50a296cc/docs/task-oriented-primer.adoc#create-a-release create a release suggests instead:

$ git checkout maint
(maint) $ git reset --hard v2.7.0
(maint) $ git push --set-upstream origin +maint

Why the difference?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions