All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Handle Additional GitHub secondary rate limit failure (PR #60)
- Update base image to Alpine 3.18 (PR #50)
- Fix bug when release notes files appeared in more than one commit (PR #40)
- Add sleep and retry when secondary rate limit impacts on PR search (PR #38)
- Update to work with newer versions of git (PR #33)
- Update base image (PR #35)
- Improve logging around multiple push attempts (PR #27)
- Fix build error caused by PyGitHub version dependencies changing (PR #28)
- Create images on release (PR #29)
- Rebase on pull (PR #26)
- Fix broken push retries (PR #25)
- Fix broken push retries (PR #24)
- Turn on branch.autorebasesetup when pushing/pulling (PR #22)
- Only get release notes from added files (PR #8)
- Support multiple release-notes entry files in a single PR (PR #9)
- Retry if an error is encountered while pushing updating release notes (PR #12)
- Add ability to work with branches other than the default branch (PR #18)
- Pull latest changes before pushing (PR #10)
- Only update release notes if associated PR had changelog label (PR #17)
- Initial release