GithubHelp home page GithubHelp logo

Comments (7)

afbjorklund avatar afbjorklund commented on June 1, 2024

If you use git describe, then you don't have to tag snapshots... Also avoids polluting refs/tags

One issue is that you don't tag on main, so there is nothing on that branch to compare it with.

from podman-desktop.

benoitf avatar benoitf commented on June 1, 2024

@afbjorklund but to do releases on github and publish artifacts AFAIK you still need a tag

https://github.com/orgs/community/discussions/24690

from podman-desktop.

afbjorklund avatar afbjorklund commented on June 1, 2024

I guess these aren't releases (in the traditional sense, that is).

I used this hack: git tag 1.9 $(git merge-base 1.9.x main)


EDIT: So it would be something like

$ git tag 1.9 v1.9.0^
$ git describe --tags v0.0.202404091623-ed2eb47^
1.9-64-ged2eb476dd

I think the go module versions are more similar to yours.

They have next version, the commit date, and the commit

from podman-desktop.

benoitf avatar benoitf commented on June 1, 2024

I'm not sure to follow because we need 'GitHub releases' and we set the prerelease flag so we need tags to publish them

from podman-desktop.

afbjorklund avatar afbjorklund commented on June 1, 2024

It seems some of the new software (like passt) has dropped versions altogether, and only use dates and commits.

If you want to continue to (ab)use the releases, then I think changing v0.0 to v1.10 sounds like the most simple

from podman-desktop.

benoitf avatar benoitf commented on June 1, 2024

it's more for hosting the binaries
where binaries should be stored if not on GitHub releases ?

from podman-desktop.

benoitf avatar benoitf commented on June 1, 2024

or should we create/use another github project to store/host these nightlies

from podman-desktop.

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.