You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9cc6466 chore(README.md): add **/.pb.go to the list of excluded directories in the search feat(finder.go): add **/.pb.go to the list of excluded directories in the search to avoid searching generated protobuf files
aa4e18b chore(release.ts): update package version in package.json instead of using pnpm version command to avoid issues with pnpm versioning
17edc69 docs(README.md): update instructions for downloading standalone binary from Releases page instead of setting up GitHub Action docs(README.md): update excluded directories list in TypeScript Support section for clarity
97cb0e8 refactor(Makefile): remove clear target and its dependencies
9188272 refactor(golang): remove unused variables in Finder.Find method feat(golang): add support for finding constants in Finder.Find method test(golang): add test case for finding variables in Finder.Find method test(golang): update TestService_Patch_groupDeclaration to use const instead of var docs(ts): add comment to Var constant to explain its purpose feat(jotbot): add release function to automate package releases docs(jotbot): add JSDoc comment to print function to explain its purpose
50f7e88 refactor(release.ts): remove unused import of writePackageJSON function feat(release.ts): use pnpm version command to update package version instead of manually updating package.json chore(release.ts): remove unnecessary package.json write operation and update commit message to reflect changes