Skip to content

Commit

Permalink
ignore docs in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 15, 2024
1 parent 0d06fd3 commit e760c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sample/genaisrc/git-release-notes.genai.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ const { stdout: diff } = await host.exec("git", [
`${tag}..HEAD`,
"--no-merges",
"--",
"docs/**",
":!**/package.json",
":!**/genaiscript.d.ts",
":!**/jsconfig.json",
":!docs/**",
":!.github/*",
":!.vscode/*",
":!yarn.lock",
":!THIRD_PARTY_NOTICES.md",
])

const commitsName = def("COMMITS", commits, { maxTokens: 4000 })
Expand Down

0 comments on commit e760c8a

Please sign in to comment.