Skip to content

Commit 8494e8b

Browse files
committed
chore: add AI prompt files to release-please-config.json
1 parent 717663e commit 8494e8b

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

release-please-config.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"packages": {
3-
".": {
4-
"release-type": "simple",
5-
"extra-files": [
6-
"gradle/libs.versions.toml"
7-
]
8-
}
2+
"packages": {
3+
".": {
4+
"release-type": "simple",
5+
"extra-files": [
6+
"gradle/libs.versions.toml",
7+
".gemini/skills/android-samples/SKILL.md",
8+
"llm-integration-prompt.md"
9+
]
910
}
10-
}
11+
}
12+
}

0 commit comments

Comments
 (0)