Giter Site home page Giter Site logo

Comments (3)

joseemds avatar joseemds commented on May 30, 2024

Hi, i would like to try this one, about the version name. what about: next or x.y.z-dev?

from knigge.

sascha-wolf avatar sascha-wolf commented on May 30, 2024

Hey @joseemds thanks for considering to pick this up.

The version needs to follow the constraints laid out in the docs of the Version module which follow the ones from semver.org.

Without going into details: this makes next an impossible option although I do think it'd be a good choice.

The best next option I can see would be <next version>-dev which right now (with the current version being 1.4.1) would be 1.4.2-dev. That would require the following steps:

  1. figure out the current version (should be possible through git describe --first-parent --tags --abbrev=0 which returns v1.4.1 right now on main)
  2. figure out the next semver version (maybe there's a GitHub Action we can use here?)
  3. write the calculated version to the version file and publish to Hex (check the release action for details on this)

Does this make sense and give you enough pointers to figure things out, @joseemds?

from knigge.

joseemds avatar joseemds commented on May 30, 2024

Hi @sascha-wolf, yes it does, thanks for the guidance

from knigge.

Related Issues (15)

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.