Skip to content

Commit 5279857

Browse files
committed
Fix comment
1 parent adbd4d3 commit 5279857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/create-change-note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - The name of the change note (in kebab-case)
99
# - The category of the change.
1010

11-
# The change note will be created in the `{language}/ql/lib/change-notes` directory.
11+
# The change note will be created in the `{language}/ql/{subdir}/change-notes` directory, where `subdir` is either `src` or `lib`.
1212

1313
# The format of the change note filename is `{current_date}-{change_note_name}.md` with the date in
1414
# the format `YYYY-MM-DD`.

0 commit comments

Comments
 (0)