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
After running the GitLab pipeline, the correct tag is created, but the release itself is missing. It looks like the issue is coming from the changelog generation, because as soon as I remove semantic-release/changelog from the configuration, everything works as expected. Therefore, I think it might either be an issue with semantic-release/changelog, semantic-release/gitlab or my configuration. I honestly cannot check which one it is since I only have the changelog to be added to the repository.
Current behavior
After running the GitLab pipeline, the correct tag is created, but the release itself is missing. It looks like the issue is coming from the changelog generation, because as soon as I remove
semantic-release/changelog
from the configuration, everything works as expected. Therefore, I think it might either be an issue withsemantic-release/changelog
,semantic-release/gitlab
or my configuration. I honestly cannot check which one it is since I only have the changelog to be added to the repository.Additional Info:
.releaserc
gitlab-ci.yml
(only the release part - this is called correctly, since otherwise the correct tag would not be created)runner.log
(only semantic-release part)The text was updated successfully, but these errors were encountered: