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

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


Branch: CURRENT, Version: 2.8.0, Package name: git-cliff-2.8.0, Maintainer: pkgsrc-users

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: 10308.09 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-24 09:37:44 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.8.0

2.8.0 - 2025-01-24
โ›ฐ๏ธ Features

    (cli) Support initializing config with a custom filename (#992) - (76bf9cf)
    (config) Discover the configuration file when run in a sub directory - (a23eeb4)
    (git) Improve the set commit range error (#990) - (f29e815)
    (monorepo) Automatically set include-path for current directory - (ceda1f7)
    (remote) Support enabling native TLS (#1021) - (fe7c464)
    (repo) Allow running from sub directories (#975) - (98453b3)

๐Ÿ› Bug Fixes

    (config) Allow environment overwrites when using builtin config (#961) - \ 
(7ba3b55)
    (docker) Use the correct Debian runner - (36ad993)
    (fixtures) Update the arguments for custom GitLab API fixture test - (e522f8d)
    (monorepo) Do not set include-path if workdir is set (#1022) - (20483be)
    (remote) Fix detection of GitLab merge request sha (#968) - (1297655)

๐Ÿšœ Refactor

    (lib) Add changelog modifier callback to run function (#922) - (2321882)
    (lint) Use a shared lint config for the workspace - (bfc1d4f)
    (lint) Apply clippy suggestions - (299a1c7)

๐Ÿ“š Documentation

    (docker) Fix typo in comment (#959) - (dbda091)
    (highlights) Add link to the Nix flake - (c449229)
    (jujutsu) Update links to the upstream documentation - (ed6b646)
    (lib) Allow doc lint - (62a6d3e)
    (license) Update copyright years - (8178c9b)
    (tips) Extend the merge commit filter example (#963) - (09c0f90)
    (website) Add highlights for 2.8.0 (#1023) - (32dc15e)

๐Ÿงช Testing

    (fixture) Add fixture for include-path - (e85888f)

โš™๏ธ Miscellaneous Tasks

    (build) Bump MSRV to 1.83.0 - (37598c2)
    (docker) Bump the Rust version in Docker image - (729f433)
    (funding) Add wellKnown directory - (8704518)
    (lint) Allow false positive lint - (1b779a6)
    (nix) Update flakes - (22fbe9d)
   2025-02-02 19:10:08 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.7.0

2.7.0 - 2024-11-20
โ›ฐ๏ธ Features

    (args) Add color to the help text (#897) - (f423484)
    (ci) Add Nix CI (#939) - (d0848ff)
    (config) Allow overriding the remote API URL via config (#896) - (6d86e2c)
    (docker) Build arm64 images again (#879) (#919) - (84771f6)
    (jujutsu) Add jujustu support (#930) - (ab95626)
    (nix) Add a basic Nix environment (#918) - (6b17736)
    (website) Add user testimonials (#895) - (ef2374c)

๐Ÿ› Bug Fixes

    (bitbucket) Match PR and release metadata correctly (#907) - (e936ed5)
    (changelog) Fix missing commit fields in context (#837) (#920) - (f8641ee)
    (changelog) Include the root commit when --latest is used with one tag \ 
(#901) - (508a97e)
    (remote) Preserve first time contributors (#925) - (99b78b5)

๐Ÿ“š Documentation

    (git) Improve docs for commit_preprocessors and commit_parsers (#928) - (c1f1215)
    (readme) Add blog post about git-cliff - (82b10ac)
    (website) Add highlights for 2.7.0 (#955) - (b6b5449)
    (website) Add more testimonials - (bfe9beb)
    (website) Update sourcehut (#894) - (bcc32ca)

โšก Performance

    (test) Don't create regex inside a loop (#937) - (0fabf22)

๐Ÿงช Testing

    (git) Find upstream remote when using ssh (#926) - (2e65a72)
    (repo) Expand unit tests of the repo module (#909) - (da1cb61)

โš™๏ธ Miscellaneous Tasks

    (config) Add the 'other' parser to the default config - (12cb1df)
    (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
    (docker) Bump the Rust version in Docker image - (c28121c)
    (integration) Remove experimental feature disclaimer - (237c327)
    (log) Add trace log about which command is being run - (a9b2690)
    (nix) Update flakes - (7654e67)
    (website) Add new testimonials - (0c207d6)

โ—€๏ธ Revert

    (docker) Bump the Rust version in Docker image - (fc142e4)
   2025-01-24 14:32:27 by pin | Files touched by this commit (1)
Log message:
devel/git-cliff: drop maintainer
   2024-11-20 14:20:54 by pin | Files touched by this commit (1)
Log message:
devel/git-cliff: add note on MSRV
   2024-04-11 10:55:44 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.2.1

2.2.1 - 2024-04-10
๐Ÿ› Bug Fixes
    (npm) Include the proper files in the npm tarball (#594) - (800c896)

๐Ÿ“š Documentation
    (readme) Mention git-changelog-command-line tool (#589) - (d65b443)
    (website) Add GITHUB_REPO variable to GitHub action (#597) - (3b74254)
    (website) Update release date - (45132da)

โš™๏ธ Miscellaneous Tasks
    (ci) Remove audit check - (6ba6809)

pkgsrc: Switch-off the dependency on internal libgit2 to avoid future version
conflicts with the libgit2-sys crate.
   2024-04-01 21:17:34 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/git-cliff: update to 2.2.0

2.2.0 - 2024-03-30
โ›ฐ๏ธ Features
    (changelog) Make rendering errors more verbose - (7ee3c86)
    (config) Support detecting config from project manifest (#571) - (9eb3d65)
    (release) Make the bump version rules configurable (#530) - (152414c)

๐Ÿ› Bug Fixes
    (changelog) Update the commit processing order (#556) - (c5ef9ab)
    (changelog) Return the last version if there is nothing to bump - (45c87f2)
    (command) Add missing environment variables for Windows (#532) - (9722784)
    (commit) Trim the text before matching with commit parser (#573) - (4971b23)
    (config) Drop extra '(' in first commit URL in github-keepachangelog (#535) \ 
- (8b3d09f)
    (npm) Fix authenticating for yarn npm publish (#574) - (5a0ce6a)
    (release) Fix typo in the installation of typos-cli (#545) - (700281a)

๐Ÿ“š Documentation
    (website) Add highlights for 2.2.0 (#575) - (2e81ad0)
    (website) Fix the documentation for --include-path (#567) - (4a7aa7e)
    (website) Update setup-git-cliff action documentation - (4f46396)
    (website) Add documentation for taiki-e/install-action (#563) - (85db777)

โš™๏ธ Miscellaneous Tasks
    (ci) Temporarily disable semver checks - (f26fbe0)
    (ci) Comment on pull requests about semver checks - (ccdc152)
    (config) Skip clippy commits in changelog - (830528c)
    (github) Remove cname - (679aa46)
    (github) Update funding options - (4bedf76)
    (github) Use form based issue templates (#529) - (8f8e221)
    (npm) Publish rc version for prereleases (#528) - (16bea51)
    (pypi) Update maturin version (#539) - (10b7ab8)
    (website) Allow deploying website manually - (0b64bc0)
    (website) Only deploy website when there is a new release - (8651832)
   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)