Giter Site home page Giter Site logo

Comments (7)

2m avatar 2m commented on May 23, 2024 1

Aren't GitHub releases based on the user published tags?

Not necessarily. It is possible to create a new release from Releases GitHub page which will in turn create a new tag. That tag is going to be a lightweight one.

from sbt-dynver.

dwijnand avatar dwijnand commented on May 23, 2024 1

You're right, I forgot about that safe-guard - I agree it makes the risk very low.

Go ahead, and welcome, my first contributor :)

from sbt-dynver.

dwijnand avatar dwijnand commented on May 23, 2024

It's a design decision to only consider annotated tags (aka exclude lightweight tags).

I should document that.

But what do you mean by "created by GitHub when cutting a new release"? Aren't GitHub releases based on the user published tags?

from sbt-dynver.

2m avatar 2m commented on May 23, 2024

Is there a problem when considering lightweight tags in the describe?

from sbt-dynver.

dwijnand avatar dwijnand commented on May 23, 2024

Using lightweight tags to define the version means you can never use tags for anything but the version. For instance you can't create a local "before-refactor" tag, for your convenience, and you have to use SHAs all the time. I personally believe this is a waste of a great feature in git, so I prefer only annotated tags are used for versions.

But I'm happy for sbt-dynver to have an opt-in feature that includes lightweight tags.

from sbt-dynver.

2m avatar 2m commented on May 23, 2024

... you can never use tags for anything but the version ...

Are you concerned of a version being inadvertently derived from a tag which was not meant to be a version tag?

sbt-dynver uses --match to only consider tags that start with a v and a number. That should be enough to have this risk very low.

Or is there something else that I am missing?

from sbt-dynver.

2m avatar 2m commented on May 23, 2024

Fixed by #15

from sbt-dynver.

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.