-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tagpr v1.1.1 fails with open -: no such file or directory
#147
Comments
Sorry, there was an omission in the correction regarding #144. |
Results of the survey, it seems that the determination of the following part also needs to be changed.
@Songmu
If you are uncertain, you may want to revert once. |
Sorry. I missed it." -" should be treated as a special string indicating empty, not as a filename. There is a trivial problem that a file named "-" cannot be used as a versionfile at this time, but you don't need to consider that case. |
Thanks. I'll try to fix it.. |
It might be better to detect version files or not by the existence of a .tagpr configuration file. |
@Songmu Thank you for thinking the config design. Is it safe to proceed with this one as a tentative response for now? > #147 (comment) |
PR #148 If it doesn't fit our design policy, we can reject it. |
Thank you for the merge. |
I have confirmed that the issue has been resolved in my repository as well. |
Thank you for publishing this useful tool!
It worked fine until tagpr
v1.1.0
in my repository.However, after the recent release of
v1.1.1
, I started getting errors.The following is an excerpt from the GitHub Actions log.
From the error message it looks like it is trying to open a file named
-
.My
.tagpr
is giving-
to the versionFile as shown below.This may be related to the error, but I am not sure. ( I'll investigate the behavior some more when I have time. )
The text was updated successfully, but these errors were encountered: