Skip to content

Latest commit

 

History

History
112 lines (57 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

112 lines (57 loc) · 3.23 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[unreleased] - unreleased

Fixed

Added

Changed

[0.3.9] - 2025-01-25

Changed

  • Use Alpine 3.20 as our base image (PR #61)
  • Update tense of generated commit messages (PR #62)

[0.3.8] - 2024-10-16

Fixed

  • Handle Additional GitHub secondary rate limit failure (PR #60)

Changed

  • Update base image to Alpine 3.18 (PR #50)

[0.3.7] - 2023-04-22

Fixed

  • Fix bug when release notes files appeared in more than one commit (PR #40)

[0.3.6] - 2023-02-09

Added

  • Add sleep and retry when secondary rate limit impacts on PR search (PR #38)

[0.3.5] - 2022-07-12

Fixed

  • Update to work with newer versions of git (PR #33)

Changed

[0.3.4] - 2021-04-29

Fixed

  • Improve logging around multiple push attempts (PR #27)
  • Fix build error caused by PyGitHub version dependencies changing (PR #28)

Added

  • Create images on release (PR #29)

[0.3.3] - 2020-09-10

Changed

[0.3.2] - 2020-08-31

Fixed

  • Fix broken push retries (PR #25)

[0.3.1] - 2020-08-30

Fixed

  • Fix broken push retries (PR #24)

[0.3.0] - 2020-08-26

Changed

  • Turn on branch.autorebasesetup when pushing/pulling (PR #22)

[0.2.0] - 2020-08-15

Fixed

  • Only get release notes from added files (PR #8)
  • Support multiple release-notes entry files in a single PR (PR #9)

Added

  • 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)

Changed

  • Pull latest changes before pushing (PR #10)
  • Only update release notes if associated PR had changelog label (PR #17)

[0.1.0] - 2020-06-21

Added

  • Initial release