All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Fixed syntax error in
update-action-to-use-docker-image-to-run-action
(PR #64)
- Update to work with newer versions of git (PR #57)
- Add support for GHCR.io (PR #61)
- Add support for ponyc's specialized build requirements (PR #51)
- 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)
- 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)
- Use annotated tags for releases (PR #30)
- Update version in corral.json on release (PR #28)
- Allow for setting the default branch (PR #24)
- Fix broken trigger-release-announcement step (PR #25)
- Allow for overriding how trigger release announcement step gets version information (PR #23)
- Fix bash-ism in formatting for GitHub release notes (PR #19)
- Make .release-notes support optional (PR #10)
- Add support for adding release notes as part of the release process (PR #9)
- Don't tie release commits to ponylang-main account (PR #6)
- First initial working version