Skip to content

Commit 9f9911f

Browse files
authored
chore(ci): fix mainGenerator in clients.configchore/main-generator.json (#277)
* chore(ci): fix mainGenerator in clients.configchore/main-generator.json * chore: update release issue description
1 parent 761b972 commit 9f9911f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

config/clients.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"java": {
33
"folder": "clients/algoliasearch-client-java-2",
4-
"mainGenerator": "javascript-search",
4+
"mainGenerator": "java-search",
55
"modelFolder": "algoliasearch-core/com/algolia/model",
66
"customGenerator": "algolia-java",
77
"tests": {
@@ -11,7 +11,7 @@
1111
},
1212
"javascript": {
1313
"folder": "clients/algoliasearch-client-javascript",
14-
"mainGenerator": "java-search",
14+
"mainGenerator": "javascript-search",
1515
"modelFolder": "model",
1616
"tests": {
1717
"extension": ".test.ts",

scripts/release/text.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ export default {
1212
`**Line removed** → Do nothing.`,
1313
].join('\n'),
1414
indenpendentVersioning: `
15-
<summary>
16-
<i>The JavaScript repository consists of several packages with independent versioning. Release type is applied to each version.</i>
15+
<details>
16+
<summary>
17+
<i>The JavaScript repository consists of several packages with independent versioning. Release type is applied to each version.</i>
18+
</summary>
1719
18-
<details>
1920
For example, if the release type is \`patch\`,
2021
21-
* \`algoliasearch\`@5.0.0 -> 5.0.1
22-
* \`@algolia/client-search\`@5.0.0 -> 5.0.1
23-
* \`@algolia/client-abtesting\`@5.0.0 -> 5.0.1
22+
* [email protected] -> 5.0.1
23+
* @algolia/[email protected] -> 5.0.1
24+
* @algolia/[email protected] -> 5.0.1
2425
* ...
25-
* \`@algolia/client-predict\`@0.0.1 -> 0.0.2
26+
* @algolia/[email protected] -> 0.0.2
2627
* ...
27-
* \`@algolia/requester-browser-xhr\`@0.0.5 -> 0.0.6.
28-
</details>
29-
</summary>
28+
* @algolia/[email protected] -> 0.0.6.
29+
</details>
3030
`,
3131
descriptionForSkippedLang: ` - No \`feat\` or \`fix\` commit, thus unchecked by default.`,
3232

0 commit comments

Comments
 (0)