Giter Club home page Giter Club logo

Comments (9)

dreua avatar dreua commented on August 31, 2024 1

@cnlohr good to hear from you again!

For formal instructions to versioning, most people refer to semver, but actually I believe for this kind of software (not a library, not really expected to be called from scripts...) the real point of having versions is that humans are better in comparing and remembering them than doing it all with dates or even git hashes. (Dates are also problematic in the rare case of releasing two bug fixes in one day...)

I don't know whether the current changes need some time for testing but maybe we can just call this 1.0.0 and go from there. (Note that most people prefix the git tag with v, e.g. "v1.0.0")

from cnping.

jcgruenhage avatar jcgruenhage commented on August 31, 2024

See void-linux/void-packages#13627

from cnping.

cnlohr avatar cnlohr commented on August 31, 2024

@jcgruenhage @dreua I am a-ok with this. I've never implemented versioning for that sort of thing. What kinds of steps would we use to do a versioning scheme? I am back to doing some github stuff after working insane hours at my new job for about 8 months.

from cnping.

jcgruenhage avatar jcgruenhage commented on August 31, 2024

The most basic thing would be to just declare this as version x.y.z and add a tag to the git repository. If you want something more, you can also integrate the version into the source, so that cnping --version or something like that can print the current version. There is not much more to it than that.

from cnping.

cnlohr avatar cnlohr commented on August 31, 2024

Should we push for 1.0-pre then? And have you guys test it?

from cnping.

jcgruenhage avatar jcgruenhage commented on August 31, 2024

In my testing, cnping has worked flawlessly. I;d be happy to see this declared as 1.0, anyone else (especially @cnlohr) got an opinion on that? A non-pre release is a blocker at least for the voidlinux package

from cnping.

dreua avatar dreua commented on August 31, 2024

I would prefer 1.0.0 to be more in line with semver. No other objections.

from cnping.

dreua avatar dreua commented on August 31, 2024

I can integrate Travis ci and release 1.0.0 after work, i.e. in about 10 hours.

from cnping.

dreua avatar dreua commented on August 31, 2024

1.0.0 is out, let me know if there is anything else.

from cnping.

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.