You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
Hey, in one of my projects (accountingapp), generating a changelog with the action-automatic-releases action only generates the last commit message as the release changelog. Anyone knows why that is?
This should use the project version as title and tag. But for e.g. my latest release (0.18.0) and any other release, the changelog is just Bump version 0.18.0, which is the last commit message.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, in one of my projects (accountingapp), generating a changelog with the
action-automatic-releases
action only generates the last commit message as the release changelog. Anyone knows why that is?I'm using the action like the following:
This should use the project version as title and tag. But for e.g. my latest release (0.18.0) and any other release, the changelog is just
Bump version 0.18.0
, which is the last commit message.Thanks in advance!
The text was updated successfully, but these errors were encountered: