TheRealWaldo / release-it

Github Action to leverage release-it in Github repositories
GNU General Public License v3.0
10 stars 0 forks source link

Action updates release instead of creates new release #392

Open mcharris opened 2 years ago

mcharris commented 2 years ago

Describe the bug It appears that when this is setup exactly how it is in this repository, publishing to github results in the latest release being updated instead of creating a new one. As a result, you lose history of releases

To Reproduce Steps to reproduce the behavior:

  1. Release new version of this repository

Expected behavior A new release is created on every release

Additional context You can see this in action in this action's repo and goto releases.

TheRealWaldo commented 2 years ago

@mcharris please visit https://github.com/release-it/release-it as the issue is with that project. This just wraps it into a github action.

TheRealWaldo commented 2 years ago

The specific issue I had filed related to this is at: https://github.com/release-it/conventional-changelog/issues/28