We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d5be commit 1060959Copy full SHA for 1060959
.github/workflows/release.yml
@@ -78,6 +78,6 @@ jobs:
78
--target main \
79
--notes-file release_notes.md \
80
--latest \
81
- source.sh script.sh template.sh template_lite.sh template_legacy clone.sh
+ source.sh script.sh template.sh template_lite.sh template_legacy.sh clone.sh
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -38,3 +38,5 @@ temp/
38
# Misc
39
node_modules
40
hooks
41
+.memory-bank/
42
+memory-bank/
0 commit comments