Giter Club home page Giter Club logo

Comments (6)

jwallace1983 avatar jwallace1983 commented on August 15, 2024 2

You would still type in one manually as in today, but at the moment you type it in, you could see the most recent tag applied (ie: "Last tag: 1.3.1"). It would either determine the last tag by timestamp of the tag or natural ordering of the version (1.10 would be considered more recent that 1.9 - most apps we have used, like source tree, are unable to do natural ordering of subversions).

The reasoning of the above is that we have adopted semantic versioning for our releases (as was essentially described by Vincent Driessen). Therefore, iif our last tag was "1.2.1", then our next release or hotfix will either be "1.2.2", "1.3", or "2.0". We just need to know the last tag was "1.2.1" so we can determine which of the 3 options we would choose. It would be slick to allow the manual entry of the version, but a combo-style box where it would suggest one of those 3 versions based on my last tag.

from gitflow.vs.

jakobehn avatar jakobehn commented on August 15, 2024 1

That's a great idea. So, it would let you select a tag from the most recent ones, or let you type in one manually (as today)?

from gitflow.vs.

McDoit avatar McDoit commented on August 15, 2024 1

I'm working on support for the AVH support and bugfix branches in my branch, and might soon be able to provide a pull request from mine.
In there i also made a function that finds tags on a branch (hardcoded now to master) to start a supportbranch from a certain release (tag)
This might help with this hotfix or release from tag issue?

As this is the first project i started collab on, i'm not really familiar with guidelines etc for this kind of work, so i apologize beforehand if i step on any toes!

from gitflow.vs.

yannduran avatar yannduran commented on August 15, 2024

+1 for this very good idea!

from gitflow.vs.

jakobehn avatar jakobehn commented on August 15, 2024

That sounds great! It would be nice if these two functionalities could be separated into two different pull requests, to make it easier to merge them separately. But if that creates a lot of work, please just send a PR for the entire change and I'll take a look at it.

Thanks!

from gitflow.vs.

McDoit avatar McDoit commented on August 15, 2024

The support and bugfix addition is a bit intertwined as they both more or less affect the same files.
But the actual start/finish UI for support/bugfix aint started yet, only the init part is done so far, so i can separate it when i work more on it

We switched to GIT from svn at work, and had a 2 day course about it as well.
And when looking around i stumbled upon git flow, and subsequently this project.
So thank you!

PS. Would be really nice to get a "grapher" to be able to pick commits on the tree, for starting branches by right click or something! :)

from gitflow.vs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.