Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 19:10:26 UTC Now

2022-12-26 22:14:24 UTC MAIN commitmail json YAML

devel/git-cliff: update to 1.0.0

This is a milestone release that marks version 1.0.0 of git-cliff.
It means that the API is somewhat stabilized and development will take a route
in improving the existing functionality and adding new features rather than
changing the internals. There are a couple of breaking changes in this release
(such as the removal of --date-order) so the major version is increased.

Bug Fixes
- Fix test fixture failures

Documentation
- Fix GitHub badges in README.md

Features
- [breaking] Replace --date-order by --topo-order
- Allow running with --prepend and --output (#120)
- [breaking] Use current time for --tag argument (#107)
- Include completions and mangen in binary releases (#115)
- Publish Debian package via release workflow (#113)

Miscellaneous Tasks
- Run all test fixtures
- Remove deprecated set-output usage
- Update actions/checkout to v3
- Comment out custom commit preprocessor (#112)

Refactor
- Apply clippy suggestions

Styling
- Update README.md about the styling of footer field

(pin)