|
| 1 | +version: 0.7.0 |
| 2 | +entries: |
| 3 | + - kind: feature |
| 4 | + summary: Default new fragment title to git branch name |
| 5 | + description: | |
| 6 | + New changelog fragments are often created while working inside a git branch. This change makes the title argument to the `new` sub-command optional, defaulting the title to the name of the current git branch. |
| 7 | + component: "" |
| 8 | + pr: |
| 9 | + - https://github.com/elastic/elastic-agent-changelog-tool/pull/142 |
| 10 | + issue: [] |
| 11 | + timestamp: 1686835318 |
| 12 | + file: |
| 13 | + name: 1686835318-new-title-optional.yaml |
| 14 | + checksum: 83a654f503e76ae5fc77dcbdfd4bad36244b0d28 |
| 15 | + - kind: feature |
| 16 | + summary: Remove single quote from file names |
| 17 | + description: "" |
| 18 | + component: "" |
| 19 | + pr: |
| 20 | + - https://github.com/elastic/elastic-agent-changelog-tool/pull/168 |
| 21 | + issue: [] |
| 22 | + timestamp: 1695368036 |
| 23 | + file: |
| 24 | + name: 1695368036-remove-single-quote-from-file-names.yaml |
| 25 | + checksum: 73af69dcab0549aaee2abb615c415aa6b92dc286 |
| 26 | + - kind: enhancement |
| 27 | + summary: Update go version to 1.21.9 and dependencies |
| 28 | + description: "" |
| 29 | + component: "" |
| 30 | + pr: |
| 31 | + - https://github.com/elastic/elastic-agent-changelog-tool/pull/181 |
| 32 | + issue: [] |
| 33 | + timestamp: 1713993914 |
| 34 | + file: |
| 35 | + name: 1713993914-Update-go-version-and-dependencies.yaml |
| 36 | + checksum: cae29df4fd7ad3864b4752f58f05c596a53bf35f |
| 37 | + - kind: feature |
| 38 | + summary: Support outputting Markdown files. |
| 39 | + description: | |
| 40 | + Updates the `render` command to accept `--file_type` set to either `asciidoc` or `markdown`. |
| 41 | +
|
| 42 | + When set to `asciidoc`, it renders a single AsciiDoc file for a given version using the existing `asciidoc-embedded` template. |
| 43 | +
|
| 44 | + When set to `markdown`, it renders three Markdown files for a given version: |
| 45 | +
|
| 46 | + * Release notes: Creates an `index.md` file using `markdown-index-template`. |
| 47 | + * Breaking changes: Creates a `breaking.md` file using `markdown-breaking-template`. |
| 48 | + * Deprecations: Creates a `deprecations.md` file using `markdown-deprecations-template`. |
| 49 | + component: "" |
| 50 | + pr: |
| 51 | + - https://github.com/elastic/elastic-agent-changelog-tool/pull/213 |
| 52 | + issue: [] |
| 53 | + timestamp: 1755717164 |
| 54 | + file: |
| 55 | + name: 1755717164-markdown.yaml |
| 56 | + checksum: 3713fe85263bd84ac018a8e3373d0b824d798ecb |
0 commit comments