git-cliff
git-cliff copied to clipboard
fix(remote): preserve first time contributors
Description
Preserve first time contributors in older change logs
Fixes #891
Motivation and Context
When a new release is created and all change logs regenerated the first time contributor section is removed.
How Has This Been Tested?
Tested using existing fixtures.
Types of Changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation (no code change)
- [ ] Refactor (refactoring production code)
- [ ] Other