Skip to content

Latest commit

 

History

History
120 lines (63 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

120 lines (63 loc) · 3.68 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.6.3] - 2023-08-29

Fixed

  • Fixed syntax error in update-action-to-use-docker-image-to-run-action (PR #64)

[0.6.2] - 2023-08-29

Fixed

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

Added

  • Add support for GHCR.io (PR #61)

[0.6.1] - 2021-07-14

Added

  • Add support for ponyc's specialized build requirements (PR #51)

[0.6.0] - 2021-07-14

Added

  • Create images on release (PR #31)
  • Add command to update the version in a README (PR #37)
  • Add command to update the runner in action.yml files (PR #38)
  • Add preartefact-changelog-check.bash command (PR #42)

Changed

  • Replace "step" input parameter with overriding of entrypoint (PR #33)
  • Switch supported actions/checkout from v1 to v2 (PR #34)
  • Split "start-a-release" into multiple different commands (PR #35)
  • Split "announce-a-release" into multiple different commands (PR #44)
  • Rewrite all bash commands in Python (PR #46)
  • Remove file extension from commands (PR #47)

[0.5.0] - 2021-03-09

Changed

  • Use annotated tags for releases (PR #30)

[0.4.0] - 2021-02-07

Fixed

  • Update version in corral.json on release (PR #28)

Changed

  • Allow for setting the default branch (PR #24)

[0.3.3] - 2020-08-30

Fixed

  • Fix broken trigger-release-announcement step (PR #25)

[0.3.2] - 2020-08-30

Added

  • Allow for overriding how trigger release announcement step gets version information (PR #23)

[0.3.1] - 2020-08-22

Fixed

  • Fix bash-ism in formatting for GitHub release notes (PR #19)

[0.3.0] - 2020-08-13

Changed

  • Make ASSET_NAME hardcoded (PR #11)
  • Remove empty line in Last Week in Pony announcement (PR #12)

[0.2.2] - 2020-08-13

Fixed

  • Make .release-notes support optional (PR #10)

[0.2.1] - 2020-08-12

Added

  • Add support for adding release notes as part of the release process (PR #9)

[0.2.0] - 2020-06-06

Changed

  • Don't tie release commits to ponylang-main account (PR #6)

[0.1.0] - 2020-05-17

Added

  • First initial working version