| 1 | // 1. get all tags sorted by creation date |
| 2 | // 2. get all commits between current and last tag that changed ./packages using `git` |
| 3 | // 3. check if commit is a PR and get the number,title,body using `gh` |
| 4 | // 4. get issues that are linked in the PR using `gh api` |
nothing calls this directly
no test coverage detected