Giter Club home page Giter Club logo

Comments (4)

nvie avatar nvie commented on May 26, 2024 16

Bumping refers to the act of increasing your version number. As far as branches are concerned, gitflow does this automatically for you. But your application (or whatever you are versioning) probably wants to know which version it currently is. This is something that you still need to do manually, of course.

When gitflow reports that you should "bump your version number now", it means this: update your files manually so that they reflect the correct version number.

from gitflow.

airtonix avatar airtonix commented on May 26, 2024 4

@Dmaster420 no nvie actually means find the location in your code base where you might describe the version and increment it yourself.

for example, within my django applications I typically store the version in the base init.py file :

https://github.com/airtonix/django-ikari/blob/master/ikari/__init__.py

then i use that in the setup.py:

https://github.com/airtonix/django-ikari/blob/master/setup.py#L8

In my case, nvie is saying : "edit the init.py and change it from '0.0.8' to '0.0.9' (or whatever your release version is)

However there exists a forked version of git-flow that provides hooks where you can automate this.

from gitflow.

DahirWarsame avatar DahirWarsame commented on May 26, 2024 1

Hi

I'm a bit new with Git and i didn't really understand what you meant with manually update my files? Is there a command for that or do you mean just commit again.
Thanks in advance.

from gitflow.

primeminister avatar primeminister commented on May 26, 2024

He Vincent,
Dank je wel for the quick reply.
The scripts work great. Not sure how release branches etc works with remotes yet. I think that is still basic git.
Nogmaals Thanks!

  • Charlie

from gitflow.

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.