nearform-actions/optic-release-automation-action

Still not picking the last release correctly as the base

Closed this issue · 3 comments

See nearform/github-snooze-chrome-extension#443.

It should have used 1.7.6 as the base release for generating the changelog (as it was the latest), instead it used 1.7.0 as the base.

Note this was supposed to be addressed in #195, but it seems to still be occurring for some reason.

The GitHub Snooze Chrome Extension repository is not picking the proper base release because in the GitHub workflow release.yml file it's using a specific branch of optic-release-automation-action:

  • nearform/optic-release-automation-action@feat/add-monorepo-support

instead of the latest v4 release.

Good catch, we can close this issue