|
| 1 | +# ReleaseHx configuration for DocOps/releasehx repository |
| 2 | +# Self-dogfooding configuration to manage ReleaseHx's own release history |
| 3 | + |
| 4 | +origin: |
| 5 | + source: github |
| 6 | + project: DocOps/releasehx |
| 7 | + version: 3 |
| 8 | + label: GitHub Issues API v3 |
| 9 | + format: json |
| 10 | + |
| 11 | +paths: |
| 12 | + drafts_dir: docs/release/drafts |
| 13 | + payloads_dir: docs/release/payloads |
| 14 | + templates_dir: docs/release/templates |
| 15 | + mappings_dir: docs/release/mappings |
| 16 | + |
| 17 | +conversions: |
| 18 | + summ: issue_heading |
| 19 | + note: issue_body |
| 20 | + note_pattern: | |
| 21 | + /^(((#|=)+ (Draft )?Release Note.*?)|(<!-- (draft )?release note -->))\n+(?<note>(.|)+)/gmi |
| 22 | + markup: markdown |
| 23 | + |
| 24 | +rhyml: |
| 25 | + pasterize_summ: true |
| 26 | + pasterize_head: true |
| 27 | + chid: "{{ release.code | replace: '.', '_' | upcase }}-{{ change.tick }}" |
| 28 | + empty_notes: skip |
| 29 | + |
| 30 | +parts: |
| 31 | + label_prefix: "component:" |
| 32 | + cli: |
| 33 | + text: CLI |
| 34 | + head: CLI |
| 35 | + icon: terminal |
| 36 | + api: |
| 37 | + text: API |
| 38 | + head: API |
| 39 | + icon: code |
| 40 | + docs: |
| 41 | + text: documentation |
| 42 | + head: Documentation |
| 43 | + icon: book |
| 44 | + mcp: |
| 45 | + text: MCP Server |
| 46 | + head: MCP Server |
| 47 | + icon: plug |
| 48 | + templates: |
| 49 | + text: templates |
| 50 | + head: Templates |
| 51 | + icon: file-text-o |
| 52 | + rhyml: |
| 53 | + text: RHYML |
| 54 | + head: RHYML |
| 55 | + icon: file-code-o |
| 56 | + schemagraphy: |
| 57 | + text: SchemaGraphy |
| 58 | + head: SchemaGraphy |
| 59 | + icon: sitemap |
| 60 | + configuration: |
| 61 | + text: configuration |
| 62 | + head: Configuration |
| 63 | + icon: cogs |
| 64 | + |
| 65 | +types: |
| 66 | + label_prefix: "type:" |
| 67 | + feature: |
| 68 | + slug: feature |
| 69 | + text: new feature |
| 70 | + head: Added |
| 71 | + icon: plus-square-o |
| 72 | + bug: |
| 73 | + slug: bug |
| 74 | + text: bug fix |
| 75 | + head: Fixed |
| 76 | + icon: bug |
| 77 | + improvement: |
| 78 | + slug: improvement |
| 79 | + text: improvement |
| 80 | + head: Improved |
| 81 | + icon: wrench |
| 82 | + documentation: |
| 83 | + slug: documentation |
| 84 | + text: documentation |
| 85 | + head: Documentation |
| 86 | + icon: book |
| 87 | + removal: |
| 88 | + slug: removal |
| 89 | + text: removal |
| 90 | + head: Removed |
| 91 | + icon: exclamation-triangle |
| 92 | + deprecation: |
| 93 | + slug: deprecation |
| 94 | + text: deprecation |
| 95 | + head: Deprecated |
| 96 | + icon: exclamation-circle |
| 97 | + |
| 98 | +tags: |
| 99 | + # Include all tags by default for 0.1.2 (no filtering) |
| 100 | + # _include: ['highlight', 'changelog', 'breaking', 'deprecation', 'experimental'] |
| 101 | + # _exclude: ['internal', 'wontfix', 'duplicate', 'invalid'] |
| 102 | + |
| 103 | + highlight: |
| 104 | + head: Highlights |
| 105 | + icon: star |
| 106 | + text: Featured changes |
| 107 | + |
| 108 | + breaking: |
| 109 | + head: Breaking Changes |
| 110 | + icon: exclamation-triangle |
| 111 | + text: Breaking changes |
| 112 | + |
| 113 | + deprecation: |
| 114 | + head: Deprecations |
| 115 | + icon: clock-o |
| 116 | + text: Deprecated features |
| 117 | + |
| 118 | + experimental: |
| 119 | + head: Experimental Features |
| 120 | + icon: flask |
| 121 | + text: Experimental features |
| 122 | + |
| 123 | + # Pass-through tags for labels not explicitly configured |
| 124 | + documentation: |
| 125 | + slug: documentation |
| 126 | + changelog: |
| 127 | + slug: changelog |
| 128 | + |
| 129 | +links: |
| 130 | + web: https://github.com/DocOps/releasehx/issues/{{ tick }} |
| 131 | + git: https://github.com/DocOps/releasehx/commit/{{ hash }} |
| 132 | + usr: https://github.com/{{ vars.lead }} |
| 133 | + |
| 134 | +modes: |
| 135 | + asciidoc_frontmatter: true |
| 136 | + markdown_frontmatter: false |
| 137 | + remove_excess_lines: 2 |
| 138 | + |
| 139 | +history: |
| 140 | + items: |
| 141 | + issue_links: true |
| 142 | + git_links: false |
| 143 | + metadata_icons: true |
| 144 | + |
| 145 | +# Changelog section configuration |
| 146 | +changelog: |
| 147 | + head: What's Changed |
| 148 | + text: Summary of all changes in this release. |
| 149 | + htag: h2 |
| 150 | + spot: 1 |
| 151 | + sort: |
| 152 | + - breaking:grouping1 |
| 153 | + - type:grouping1 |
| 154 | + items: |
| 155 | + frame: unordered |
| 156 | + allow_redundant: false |
| 157 | + show_issue_links: true |
| 158 | + metadata_labels: before |
| 159 | + metadata_icons: before |
| 160 | + show_parts_label: true |
| 161 | + show_tags_label: false |
| 162 | + show_type_label: false |
| 163 | + show_lead_label: false |
| 164 | + |
| 165 | +# Release notes section configuration |
| 166 | +notes: |
| 167 | + head: Release Notes |
| 168 | + text: Detailed descriptions of notable changes. |
| 169 | + htag: h2 |
| 170 | + spot: 2 |
| 171 | + sort: |
| 172 | + - type:grouping1 |
| 173 | + items: |
| 174 | + frame: table-cols-1 |
| 175 | + allow_redundant: true |
| 176 | + show_issue_links: true |
| 177 | + metadata_labels: before |
| 178 | + metadata_icons: before |
| 179 | + show_parts_label: true |
| 180 | + show_tags_label: true |
| 181 | + show_type_label: true |
| 182 | + show_lead_label: true |
0 commit comments