-
I would suggest a feature of changesets for your audits. This would create a Changeset Id once per save. This would make it easier to see all changes related to a certain entity(e.g. if I save a whole…
-
## Affected Packages
`pkg:@changesets/changelog-github`
## Problem
`pnpx changeset version` command is giving following error:
```
The following error was encountered while generating ch…
-
## Affected Packages
- `pkg:apply-release-plan`
- `pkg:assemble-release-plan`
- `pkg:cli`
## Problem
A "mixed" changeset exists when you try to run `changeset version --ignore=packageA` and a…
-
Anything that does a Cloudformation update should do it as a changeset.
-
Many of the other SDK libraries have a GH action that runs as part of CI to generate CHANGELOG.md for version updates/releases; for example: https://github.com/contentauth/c2pa-node/blob/main/CHANGELO…
-
## Problem
I'm currently using changesets on multiple monorepos that hold a react-native application and a nodejs api. Currently, when running `yarn changeset version`, if there's a pending changes…
-
Many of the other SDK libraries have a GH action that runs as part of CI to generate CHANGELOG.md for version updates/releases; for example: https://github.com/contentauth/c2pa-node/blob/main/CHANGELO…
-
It would help the usability of changesets in Typescript if types for changesets were generic, e.g. `BufferedChangeset`, that way we would have the proper type safety and wouldn't have to rely on type …
-
## Affected Packages
@changesets/cli
## Problem
Because of https://github.com/changesets/changesets/issues/1020, I decided that I'll print the JSON output of `changeset status` into a tempora…
-
We use changeset on CI to check the bump plan. It was working as expected on Node 14.
After upgrading to Node 18 the script fails with the following error
```
Failed to find where HEAD diverged fro…