We have changes in the git uncommited files.
You must follow the steps:
- commit the changes
- apply the
pnpm changesetusing ALWAYS patch for all changes (but manually, since command is interactive) - run the
pnpm changeset versioncommand and ensure all changes are only PATCH (x.x.PATCH) - do
git add .andgit commit -m "changeset"to commit the changeset - get the OTP token using the command
op item get Npmjs --otp - publish the changes with
pnpm publish -r --otp=<code>
You must make sure to:
- Execute all commands with permissions to access the files and internet for publish (without sandbox)
- Ensure all changes are PATCH, not minor, not major
- The only changes you need to worry about are the uncommited files