Git Product home page Git Product logo

Comments (3)

okdistribute avatar okdistribute commented on July 22, 2024

Found the commit that broke this, wondering how that happened... any ideas? @gmaclennan @noffle b56ebb3

there's also a suspicious empty commit right next to it: a4371be

from digital-democracy.org.

gmaclennan avatar gmaclennan commented on July 22, 2024

Hi @okdistribute this was triggered by push of the tag v6.0.0 on mapeo-desktop that seems to have been pushed to Github on April 6th (see the "chore: Release" CI run https://github.com/digidem/mapeo-desktop/actions). That tag refers to this commit. Because the CI run was triggered by a new git tag, release_latest.js ran. It would have used the version of release_latest.js from that tree which did not include the linux links etc.

We should probably have some kind of check on the release script to make sure it does not run from tags are not on master. It should probably only run on tags that match v*.*.* format or something.

Can you delete your local v6.0.0 tag and push to github so it's deleted there too?

Edit: Looks like I had the tag checked out, so could have been me who accidentally pushed it back.

from digital-democracy.org.

okdistribute avatar okdistribute commented on July 22, 2024

Thanks @gmaclennan, yes it does seem like a 6.0.0 tag was pushed somehow, and likely it referred to a commit that was on v5.0.2, which is consistent with what I saw on the website.

Can you remove that local tag (git tag -d v6.0.0) so it doesn't get pushed again?

Mystery solved!
image

from digital-democracy.org.

Related Issues (12)

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.