-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I've been exploring changesets recently and am in a mostly good place.
I have it working in three repos as expected.
One repo confused the bot in ways I can't understand. I keep getting:
🦋 No Changeset found
no matter what I try.
My current status:
- new branch in repo
- deleted all the files
- ran the usual:
yarn init
yarn add @changesets/cli && yarn changeset init
- modify "commit" to true in config
git add .changeset/ package.json yarn.lock
git commit
git oush -u
Then I create and view the PR.
🦋 No Changeset found
This is a summary of the branch:
❯ /bin/ls -a
. .markdownlint.jsonc node_modules
.. .markdownlintignore package.json
.changeset .pre-commit-config.yaml terraform
.git .pytest_cache yarn.lock
.infracost .venv
❯ tree .changeset/
.changeset/
├── README.md
├── config.json
└── weak-beans-share.md
1 directory, 3 files
and
❯ cat .changeset/weak-beans-share.md
---
'botc-custom-script-json2pdf': patch
---
add changeset tool
I'm stumped, and don't know where to look for issues, not what to try to get the bot working as expected in this repo.
Any and all suggestions welcome.
psirenny, scarf005 and 1pxone
Metadata
Metadata
Assignees
Labels
No labels