Add back cwd input - #718
Conversation
🦋 Changeset detectedLatest commit: d57c63b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
can we not just base it on |
|
@beeequeue the issue mentions that |
| description: "Artifact id for a publish plan generated by the select-mode subaction" | ||
| required: false | ||
| cwd: | ||
| description: "The working directory to execute Changesets in. Defaults to the root of the repository." |
There was a problem hiding this comment.
Technically, it probably defaults to the current workspace dir or smth - but it's probably fine to assume the root of the repository here
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "@changesets/action": minor | |||
There was a problem hiding this comment.
One could argue it should be a patch - im fine with either
There was a problem hiding this comment.
Yeah I'm also fine with either but I'll merge as minor for now, action versions are usually more lenient
Yeah I was also thinking of re-using |
close #717