Skip to content

Commit b2ab8c3

Browse files
committed
ci(release): correct CLI component name to atc-kusto-cli
- Change component from "atc-kusto" to "atc-kusto-cli" for src/Atc.Kusto.CLI - Prevents release-please from tagging CLI releases with the library's name
1 parent 91612e4 commit b2ab8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"extra-files": ["Directory.Build.props"]
1616
},
1717
"src/Atc.Kusto.CLI": {
18-
"component": "atc-kusto",
18+
"component": "atc-kusto-cli",
1919
"release-type": "simple",
2020
"changelog-path": "CHANGELOG.md",
2121
"pull-request-title-pattern": "chore(cli): release version ${version}",

0 commit comments

Comments
 (0)