Skip to content

Commit ccd6094

Browse files
chore: change comment to trigger package release (#106)
1 parent 5ef7ba0 commit ccd6094

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sourcegraph/codemod-toolkit-ts': patch
3+
---
4+
5+
Testing the first package release with changelog.

packages/toolkit-ts/src/runner/visitor/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { SyntaxKind } from 'ts-morph'
22

33
export const VisitorCustomKind = {
4-
// Called after all other kinds in visitor config are processed.
4+
// Called after all other visitor config kinds are processed.
55
SourceFileExit: 'SourceFileExit',
66
} as const
77

0 commit comments

Comments
 (0)