GithubHelp home page GithubHelp logo

Comments (6)

Andarist avatar Andarist commented on September 1, 2024 1

Omg, I was somehow sure this thread was in the main Changeset repo. My bad 😅

from action.

Andarist avatar Andarist commented on September 1, 2024

Im afraid that it doesnt give us a lot of info to work with. It would be great if u could try to debug on which command it fails - maybe that would shed a little bit more light on your case as your setup doesnt look anything different from the standard setup that a lot of other projects use without much of a problem 🤔

from action.

pngwn avatar pngwn commented on September 1, 2024

Yeah, I sadly wasn't getting a great deal of info but I think I have figured it out.

I had commit: true in my config file which actually explains why the working tree was clean when commiting after running the version script. I'm not sure if this is a required setting when using the action but it seems to have solved my problem here. If it is required it may be worth documenting (which I'm happy to do if you point me), but it could be some funkiness around my setup also, I am using pnpm which complicates things a touch.

from action.

Andarist avatar Andarist commented on September 1, 2024

I have actually forked your repo in the meantime and tried to play with it a little bit but didn't have any noteworthy results 😅 It's great that you have figured this out! I would have not guessed that git returns 1 when trying to commit on the clean working tree - the message itself doesn't sound like an error or anything. I've somewhat confirmed that this was probably the culprit by trying to execute:

require('@actions/exec').exec("git", ["commit" ,"-m", "test"])

which results in the very same error you have encountered.

I believe this is an oversight on our part - this should be handled more gracefully. Could you report this to https://github.com/changesets/action ?

from action.

pngwn avatar pngwn commented on September 1, 2024

Sure thing. Thanks for looking into this!

from action.

pngwn avatar pngwn commented on September 1, 2024

Hold on, isn't that where I am now?

from action.

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.