Skip to content

0.3.7

Latest
Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 22 Apr 16:29
· 27 commits to main since this release

Fix a failure when release notes appear in more than one commit

If more than 1 commit was associated with a PR and more than one commit included the same release notes file, this actual would previously fail.

We've updated to make sure it only processes each file once as compared to before when it would attempt to process each release notes file for every occurrence across all commits.

You can also call this fix: "use set, not list".

[0.3.7] - 2023-04-22

Fixed

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