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
I am trying to run auto using only the git-tag plugin to release a Terraform module from a GitHub action. When I run auto shipit -vv the action creates an incorrect tag which gets pushed to GitHub. The odd thing is that the changelog is updated with the correct version.
The current release in my repository is v1.0.0, when I run shipit it creates a new tag for v0.0.1 and pushes that while failing to create the GitHub release.
It also updates and pushes the CHANGELOG correctly.
There is no issue if I rule the release locally, and the dry run also determines the correct version to bump.
To Reproduce
I've created a minimal repository that will reproduce the issue.
Describe the bug
I am trying to run
auto
using only thegit-tag
plugin to release a Terraform module from a GitHub action. When I runauto shipit -vv
the action creates an incorrect tag which gets pushed to GitHub. The odd thing is that the changelog is updated with the correct version.The current release in my repository is
v1.0.0
, when I runshipit
it creates a new tag forv0.0.1
and pushes that while failing to create the GitHub release.It also updates and pushes the CHANGELOG correctly.
There is no issue if I rule the release locally, and the dry run also determines the correct version to bump.
To Reproduce
I've created a minimal repository that will reproduce the issue.
https://github.com/icirellik/auto-bug
Expected behavior
I would expect a patch release
v1.0.1
when the current release isv1.0.0
.Screenshots
Environment information:
Additional context
The text was updated successfully, but these errors were encountered: