Giter VIP home page Giter VIP logo

Comments (2)

Happy-Ferret avatar Happy-Ferret commented on August 28, 2024

The best way to go about this for the foreseeable future is a SemVer release cycle using the Git SHA as the final identifier, in place of "Alpha" or "Beta". Once we hit 1.0.0, we can further amplify this with "RC" tags.

For now, all non-tagged versions should use the scheme
Major.Minor.Patch-SHA, whereas tagged versions would simply be Major.Minor.Patch.

After version 1.0.0, a version scheme could look like this:

  • 1.0.1-37c2a4f
  • 1.1.0-RC1
  • 1.1.0

Where the latter two are tagged releases.

All changes should be documented in the CHANGELOG, regardless of whether the release is tagged or not.

from pudding-bot.

Happy-Ferret avatar Happy-Ferret commented on August 28, 2024

TODO:

  • Clean up previous commits (some commit messages are non-canonical/use the wrong tense).
  • Run git rev-parse --short <COMMIT>/HEAD (where COMMIT/HEAD is either the HEAD or a SHA) on existing commits.
  • Add CHANGELOG with existing versions (all non-tagged, so far. 0.0.6 will be the first tagged version).
  • Store current version as a string in version.py.

The initial CHANGELOG should go into a separate commit rather than be amended to an existing one, to avoid SHA Confusion.

from pudding-bot.

Related Issues (13)

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.