Git Product home page Git Product logo

Comments (6)

pbriggs28 avatar pbriggs28 commented on June 12, 2024 2

My 2 cents:

Gradle Managed Version Numbers

We use gradle to define our version numbers (using group and version). Publishing to maven automatically picks this up. No idea how jitpack works but I would assume it uses these too (they're pretty standard).

Release Types

Another point worth mentioning is the release types (SNAPSHOT vs RELEASE):

image

You are always working on a SNAPSHOT (ex: 1.14.0-SNAPSHOT) and then when you create a release, you change the version to RELEASE (ex: 1.14.0-RELEASE). The snapshot is not stable, code is changing. Releases are stable, once a version is released, it is locked in history and will never change.

Here is the git branching strategy to go with this:
image

Pre 1.0

Normally a RELEASE should be fully documented, tested, etc. Prior to 1.0.0 however, it ok to break this rule. The entire code base is not considered stable until the first 1.0.0 release.

from ezauton.

ritikmishra avatar ritikmishra commented on June 12, 2024

git tag + github release system

from ezauton.

andrewgazelka avatar andrewgazelka commented on June 12, 2024

what do we want to do for pre-1.0.0 versions?

from ezauton.

ritikmishra avatar ritikmishra commented on June 12, 2024

0.x.y

from ezauton.

andrewgazelka avatar andrewgazelka commented on June 12, 2024

0.x.y

so what if someone makes a PR and we want to increment the PATCH number but they didn't add a tag?

from ezauton.

ritikmishra avatar ritikmishra commented on June 12, 2024

from ezauton.

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.