chronicle icon indicating copy to clipboard operation
chronicle copied to clipboard

a fast changelog generator sourced from PRs and Issues

Results 18 chronicle issues
Sort by recently updated
recently updated
newest added

**What happened**: Chronical is identifying the correct commit range to search: ``` [0000] TRACE searching commit range since=04a55885ee162ec00548ec39df68c5b62cf213b5 until=1d013affc27ff04c45411183443def13ca136088 ``` ``` ➜ grype git:(pipeline-parity) ✗ git rev-list --ancestry-path 04a5588..1d013a 1d013affc27ff04c45411183443def13ca136088...

bug

Given a changelog with no patch fixes and a previous release that has a prerelease indicator, chronicle should not bump the patch version: ``` ./.tmp/chronicle -vvv -n --version-file VERSION Changelog...

bug

**What would you like to be added**: Support for using [Conventional Commits](https://www.conventionalcommits.org/) to generate feature, fix, and breaking/major version changes from commit or PR messages. **Why is this needed**: Not...

enhancement

There could be cases when you want to take the set of partial changelogs and generate a full changelog from all previous releases. A command that is capable of doing...

enhancement

It is common to have an issue represent the total work to be done and split up that work across multiple PRs. In this case there would be a merged...

question

We use the v4 github API to limit the amount of information returned and the number of queries that need to be made. However, it is still possible with large...

enhancement

Currently issues do not include the assignee name + URL to their profile, which would be nice.

enhancement
good first issue

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions