Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 💡 CI/CD Changeset Status check for CLI (#20)
## Why? The CI/CD Changeset Status check, now gets the diff-tree recursively and match checks for a regex pattern of `.changeset/<filename>.md`. For some reason the current version is not working in CI/CD.⚠️ Related to FleekHQ/fleek#3216 - [PLAT-1396](https://linear.app/fleekxyz/issue/PLAT-1396/cicd-changeset-status-check-is-failing) ## How? - Extend pattern match to match markdown extension - Show diff status output ## Tickets? - [PLAT-1396](https://linear.app/fleekxyz/issue/PLAT-1396/cicd-changeset-status-check-is-failing) ## Contribution checklist? - [x] The commit messages are detailed - [x] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] You have manually tested - [ ] You have provided tests ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) ## Preview? Optionally, provide the preview url here
- Loading branch information