Skip to content

Commit 7580d01

Browse files
committed
Add links
1 parent 831717b commit 7580d01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/cli/release/changelog-add.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,19 @@ docs-builder changelog add [options...] [-h|--help]
4040

4141
`--products <List<ProductInfo>>`
4242
: Required: Products affected in format "product target lifecycle, ..." (for example, `"elasticsearch 9.2.0 ga, cloud-serverless 2025-08-05"`).
43+
: The valid product identifiers are listed in [products.yml](https://github.com/elastic/docs-builder/blob/main/config/products.yml).
44+
: The valid lifecycles are listed in [ChangelogConfiguration.cs](https://github.com/elastic/docs-builder/blob/main/src/services/Elastic.Documentation.Services/Changelog/ChangelogConfiguration.cs).
4345

4446
`--pr <string?>`
4547
: Optional: Pull request number.
4648

4749
`--subtype <string?>`
4850
: Optional: Subtype for breaking changes (for example, `api`, `behavioral`, or `configuration`).
51+
: The valid subtypes are listed in [ChangelogConfiguration.cs](https://github.com/elastic/docs-builder/blob/main/src/services/Elastic.Documentation.Services/Changelog/ChangelogConfiguration.cs).
4952

5053
`--title <string>`
5154
: Required: A short, user-facing title (max 80 characters)
5255

5356
`--type <string>`
54-
: Required: Type of change (for example, `feature`, `enhancement`, `bug-fix`, or `breaking-change`)
57+
: Required: Type of change (for example, `feature`, `enhancement`, `bug-fix`, or `breaking-change`).
58+
: The valid types are listed in [ChangelogConfiguration.cs](https://github.com/elastic/docs-builder/blob/main/src/services/Elastic.Documentation.Services/Changelog/ChangelogConfiguration.cs).

0 commit comments

Comments
 (0)