Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/clients.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"java": {
"folder": "clients/algoliasearch-client-java-2",
"mainGenerator": "javascript-search",
"mainGenerator": "java-search",
"modelFolder": "algoliasearch-core/com/algolia/model",
"customGenerator": "algolia-java",
"tests": {
Expand All @@ -11,7 +11,7 @@
},
"javascript": {
"folder": "clients/algoliasearch-client-javascript",
"mainGenerator": "java-search",
"mainGenerator": "javascript-search",
"modelFolder": "model",
"tests": {
"extension": ".test.ts",
Expand Down
20 changes: 10 additions & 10 deletions scripts/release/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ export default {
`**Line removed** → Do nothing.`,
].join('\n'),
indenpendentVersioning: `
<summary>
<i>The JavaScript repository consists of several packages with independent versioning. Release type is applied to each version.</i>
<details>
<summary>
<i>The JavaScript repository consists of several packages with independent versioning. Release type is applied to each version.</i>
</summary>

<details>
For example, if the release type is \`patch\`,

* \`algoliasearch\`@5.0.0 -> 5.0.1
* \`@algolia/client-search\`@5.0.0 -> 5.0.1
* \`@algolia/client-abtesting\`@5.0.0 -> 5.0.1
* algoliasearch@5.0.0 -> 5.0.1
* @algolia/client-search@5.0.0 -> 5.0.1
* @algolia/client-abtesting@5.0.0 -> 5.0.1
* ...
* \`@algolia/client-predict\`@0.0.1 -> 0.0.2
* @algolia/client-predict@0.0.1 -> 0.0.2
* ...
* \`@algolia/requester-browser-xhr\`@0.0.5 -> 0.0.6.
</details>
</summary>
* @algolia/requester-browser-xhr@0.0.5 -> 0.0.6.
</details>
`,
descriptionForSkippedLang: ` - No \`feat\` or \`fix\` commit, thus unchecked by default.`,

Expand Down