Skip to content

Commit 1dba635

Browse files
committed
fix: release-please triggers on plugins and install scripts
1 parent afe900f commit 1dba635

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
paths:
88
- 'crates/**'
9+
- 'plugins/**'
10+
- 'install.sh'
11+
- 'install.ps1'
912
- 'Cargo.toml'
1013
- 'Cargo.lock'
1114
- '.github/workflows/release*.yml'

release-please-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"component": "icm",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
9-
"changelog-path": "CHANGELOG.md"
9+
"changelog-path": "CHANGELOG.md",
10+
"include-component-in-tag": true,
11+
"extra-files": [
12+
"plugins/opencode-icm.ts",
13+
"install.sh",
14+
"install.ps1"
15+
]
1016
}
1117
}
1218
}

0 commit comments

Comments
 (0)