Lewati ke konten utama

Output

Command Output

Review Required

Tinjau struktur Markdown yang dibuat generator.

Commandcusty changelog generate

Category

Changelog

Quick Command

custy changelog generate

Ringkasan​

Console Progress

Custy menampilkan determinate Rich progress bar saat mengumpulkan changelog history. Total progress terdiri dari satu unit untuk Unreleased dan satu unit untuk setiap Git tag yang ditemukan. Deskripsi berubah dari Processing Unreleased changes menjadi Processing release TAG ketika setiap range diproses.

Command Output

Example output produced after running the command.

History Collection

Contoh progress untuk repository dengan dua tag.

Terminal
text
Processing Unreleased changes   ━━━━━━━━━━━━━ 1/3
Processing release v2.0.0-rc.1 ━━━━━━━━━━━━━ 2/3
Generating changelog ✔          ━━━━━━━━━━━━━ 3/3

Changelog generation progress

Progress changelog generation Custy pada terminal
Progress bar melaporkan Unreleased content dan setiap release range yang ditemukan.

Command Output

Example output produced after running the command.

Representative Structure

Contoh struktur ringkas.

Terminal
text
# Changelog

## v1.4.0 - 2026-08-12

### Features

- Add structured release metadata

### Bug Fixes

- Preserve configured changelog grouping

Possible Content

Berdasarkan konfigurasi, output dapat berisi release metadata, grouped entries, scopes, breaking changes, compare links, statistics, pending content, dan footer.

Generated Changelog

Generated CHANGELOG.md preview
Contoh struktur changelog setelah generation.