We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1287f68 + fe725c5 commit 9d2a9c3Copy full SHA for 9d2a9c3
build_release.py
@@ -18,7 +18,7 @@ def main():
18
f.write(build_release_rules())
19
20
with open("dist/openai_convex_rules.txt", "w") as f:
21
- f.write(build_release_rules)
+ f.write(build_release_rules())
22
23
# Generate MDC files with frontmatter
24
with open("dist/anthropic_convex_rules.mdc", "w") as f:
0 commit comments