./devel/git-cliff, Highly customizable Changelog Generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.2, Package name: git-cliff-2.1.2, Maintainer: pin

git-cliff generates changelog files from the Git history by utilizing
conventional commits as well as regex-powered custom parsers.
The changelog template can be customized with a configuration file to match
the desired format.


Master sites:

Filesize: 10361.677 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-04 11:07:11 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.1.2

2.1.2 - 2024-03-03
โ›ฐ๏ธ Features
    (args) Add --tag-pattern argument (#526) - (b4e7a34)
    (npm) Add programmatic API for TypeScript (#523) - (8b33267)

๐Ÿ› Bug Fixes
    (cd) Set the correct GitHub repository URL - (7f379a9)
    (cd) Set a flag as a workaround for the NPM package - (717abce)
    (cd) Set node version to 18 for building NPM packages - (5dd0d2e)
    (cd) Explicitly set the Homebrew formula path - (8d2f1fa)
    (cd) Set the GitHub repository explicitly - (0e46500)
    (config) Fix commit parser regex in the default config - (110b9b8)
    (github) Sanitize the GitHub token in debug logs - (be34949)

๐Ÿšœ Refactor
    (cd) Simplify checking pre-releases - (87a04fb)
    (changelog) Do not output to stdout when prepend is used - (8ee0da1)
    (clippy) Apply clippy suggestions - (df57336)

๐Ÿ“š Documentation
    (website) Add tip about skipping commits by PR label - (6d3354c)
    (website) Add instructions for installing from WinGet (#520) - (eeaa406)

๐ŸŽจ Styling
    (website) Use a short link for reporting issues - (ba83c8a)

โš™๏ธ Miscellaneous Tasks
    (ci) Auto-bump the homebrew formula - (61d055b)
    (ci) Enable default features for windows builds - (18f4923)
    (ci) Check semver violations via CI - (a25a114)
    (fixtures) Enable verbose logging for output - (2927231)
   2024-02-23 11:01:58 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.0.4

2.0.4 - 2024-02-22
โ›ฐ๏ธ Features
    (github) Support overriding the GitHub API URL (#512) - (8199699)

๐Ÿ› Bug Fixes
    (cd) Do not execute commands for the release changelog - (1aaa9b2)

๐Ÿ“š Documentation
    (website) Add instructions for installing from conda-forge (#511) - (75a04bb)

โš™๏ธ Miscellaneous Tasks
    (config) Add animation to the header of the changelog - (4f741a7)
   2024-02-21 21:47:19 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.0.3

2.0.3 - 2024-02-21
โ›ฐ๏ธ Features
    (docker) Enable github feature for the docker image - (bc882e3)

โš™๏ธ Miscellaneous Tasks
   (website) Bump the version of git-cliff-action - (f255ad3)
   (website) Add announcement bar for the new release - (1d32a14)
   2024-02-20 22:28:18 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.0.2

โœจ Read the highlights of this release: https://git-cliff.org/blog/2.0.0
โ›ฐ๏ธ Features
    (args) Add --no-exec flag for skipping command execution (#458) - (7ae77ff)
    (args) Add -x short argument for --context - (327512a)
    (args) Support initialization with built-in templates (#370) - (4bee628)
    (args) Allow returning the bumped version (#362) - (5e01e4c)
    (args) Set CHANGELOG.md as default missing value for output option (#354) - \ 
(04d149e)
    (changelog) Set the timestamp of the previous release - (d408e63)
    (changelog) Improve skipping via .cliffignore and --skip-commit (#413) - \ 
(faa00c6)
    (changelog) Support tag prefixes with --bump (#347) - (2399e57)
    (changelog) [breaking] Set tag to 0.0.1 via --bump if no tags exist - (3291eb9)
    (changelog) [breaking] Support templating in the footer (#369) - (0945fa8)
    (commit) Add merge_commit flag to the context (#389) - (dd27a9a)
    (github) [breaking] Support integration with GitHub repos (#363) - (5238326)
    (parser) Support using SHA1 of the commit (#385) - (1039f85)
    (parser) Support using regex scope values (#372) - (19e65c2)
    (template) Support using PR labels in the GitHub template (#467) - (30d15bb)
    (template) Support using PR title in the GitHub template (#418) - (6f32f33)
    (website) Add search bar to the website - (2d30491)

๐Ÿ› Bug Fixes
    (cd) Use workaround for linux-arm64-glibc maturin builds - (dc79ed5)
    (cd) Disable PyPI publish for linux-arm64-glibc - (e24af12)
    (cd) Avoid creating artifacts with the same name - (1647fd8)
    (cd) Fix embedding examples for crates.io release - (46b7d88)
    (changelog) Fix previous version links (#364) - (44c93b7)
    (changelog) Set the correct previous tag when a custom tag is given - (6203f77)
    (ci) Update cargo-msrv arguments - (131dd10)
    (cli) Fix broken pipe when stdout is interrupted (#407) - (bdce4b5)
    (commit) Trim the trailing newline from message (#403) - (514ca4b)
    (git) Sort commits in topological order (#415) - (29bf355)
    (links) Skip checking the GitHub commit URLs - (273d6dc)
    (website) Use node version 18 - (46dcce3)
    (website) Use prism-react-renderer v2 with docusaurus - (664ff9b)
    Allow version bump with a single previous release - (d65aec9)

๐Ÿšœ Refactor
    (changelog) Support --bump for processed releases (#408) - (89e4c72)
    (ci) Use hardcoded workspace members for cargo-msrv command - (ec6035a)
    (ci) Simplify cargo-msrv installation - (f04bf6e)
    (clippy) Apply clippy suggestions - (b23dd3e)
    (clippy) Apply clippy suggestions - (a38c3fa)
    (config) Use postprocessors for checking the typos - (764e858)
    (config) Remove unnecessary newline from configs - (8edec7f)

๐Ÿ“š Documentation
    (configuration) Fix typo (#466) - (34a58e6)
    (fixtures) Add instructions for adding new fixtures - (8290769)
    (readme) Mention RustLab 2023 talk - (668a957)
    (readme) Use the raw link for the animation - (2c524b8)
    (security) Update security policy - (fcaa502)
    (website) Add highlights for 2.0.0 (#504) - (49684d0)
    (website) Improve matching gitmoji tip (#486) - (0731646)
    (website) Add tips and tricks section - (82e93c2)
    (website) Add tip about link parsers - (4bd47a6)
    (website) Add git-cliff animation to the website (#404) - (0561124)
    (website) Split the configuration section - (67486cc)
    (website) Add installation instructions for Homebrew (#357) - (b2f8091)

๐ŸŽจ Styling
    (website) Add GitHub logo to the header - (1da7cac)
    (website) [breaking] Use dark theme as default - (dcc5116)

๐Ÿงช Testing
    (changelog) Use the correct version for missing tags - (0ca4cdb)
    (fixture) Update the date for example test fixture - (991a035)
    (fixture) Add test fixture for bumping version - (c94cb6a)
    (fixtures) Update the bumped value output to add prefix - (f635bae)

โš™๏ธ Miscellaneous Tasks
    (changelog) Disable the default behavior of next-version (#343) - (4eef684)
    (changelog) Use 0.1.0 as default next release if no tag is found - (3123fd2)
    (command) Explicitly set the directory of command to current dir - (722efd6)
    (config) Skip dependabot commits for dev updates - (7f89160)
    (config) Revamp the configuration files - (9500bf8)
    (config) Use postprocessors for checking the typos - (5212cc9)
    (dependabot) Group the dependency updates for creating less PRs - (c6a92bf)
    (docker) Update versions in Dockerfile - (51198a5)
    (embed) Do not allow missing docs - (7754cab)
    (example) Use full links in GitHub templates (#503) - (a521891)
    (example) Remove limited commits example - (8e1e0d7)
    (github) Update templates about GitHub integration - (3f5107a)
    (mergify) Don't update PRs for the main branch - (96a220c)
    (project) Add readme to core package - (9e6bad2)
    (project) Bump MSRV to 1.74.1 - (bd5e4d2)
    (project) Update copyright years - (edc6bc0)
    (website) Fix URLs in navigation bar (#438) - (70cab99)
    (website) Rename the header for GitHub integration - (3fd9476)
    (website) Fix broken anchors - (34593dd)
    (website) Bump docusaurus to 3.1.0 - (af4482b)
    (website) Update the titles for distro installations - (ff2881b)
    (website) Add Mastodon link to the website - (2e761c9)
   2023-10-31 19:35:35 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 1.4.0

1.4.0 - 2023-10-29
โ›ฐ๏ธ Features
 (changelog) Support bumping the semantic version via --bump (#309) - (bcfcd1f)
 (ci) Add 'typos' check (#317) - (88c34ab)
 (command) Log the output of failed external commands - (205cdbb)
 (config) [breaking] Support regex in 'tag_pattern' configuration (#318) - (3c2fb60)
 (config) Add field and value matchers to the commit parser (#312) - (04fbcb8)

๐Ÿ“š Documentation
 (blog) Fix the TOML format in 1.4.0 blog post - (4d691d2)
 (blog) Add blog post for 1.4.0 release - (e3f1b3b)
 (changelog) Fix typos (#316) - (edd3c30)
 (config) Update the comment for tag_pattern - (596fd4d)
 (core) Update the doc comment for commit preprocessors - (7faccc6)
 (image) Use images from the repository - (91c0cda)
 (lib) Extract feature documentation from Cargo.toml - (1f8098c)
 (lib) Add logo and favicon to docs.rs page - (32b1fe1)
 (readme) Add link to emacs package support git-cliff (#307) - (fa471c7)
 (website) Fix typos in configuration docs (#329) - (d863c94)
 (website) Add instructions for installing the latest git version - (be87608)

โš™๏ธ Miscellaneous Tasks
 (ci) Update the link checker configuration (#315) - (32cbea8)
 (config) Update tag_pattern value for backwards compatibility - (2c621f7)
 (img) Add more images - (2792362)
 (img) Add git-cliff logo - (51f5e5b)
 (release) Update cargo-deb usage - (213f383)
 (website) Update the tracking link - (eb9f8e9)
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-19 14:04:16 by pin | Files touched by this commit (4)
Log message:
devel/git-cliff: remove patch

Fix build with new libgit2.
   2023-10-01 11:59:17 by pin | Files touched by this commit (4) | Package updated
Log message:
devel/git-cliff: update to 1.3.1

1.3.1 - 2023-09-30
โ›ฐ๏ธ Features
 - (args) Support tilde for options (#266) - (8698bc2)
 - (ci) Distribute RPM package (#159) - (baf4da8)

๐Ÿ› Bug Fixes
 - (ci) Update cargo-tarpaulin arguments - (83a0371)

๐Ÿšœ Refactor
 - (ci) Simplify cargo-tarpaulin installation - (95f8d53)

๐Ÿ“š Documentation
 - (installation) Update instructions for Arch Linux - (291a928)
 - (installation) Add instructions for Alpine Linux - (3199bba)
 - (license) Re-license under the MIT + Apache 2.0 license (#303) - (cd56344)
 - Update Tera links to the new URL (#272) - (890de00)

โš™๏ธ Miscellaneous Tasks
 - Remove GPL code (#293) - (e3606ba)

โ—€๏ธ Revert
 - (args) Update clap and clap extras to v4 (#137) (#292) - (fb4c733)