uplift runtime error #444
markalston-edf
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi :) The panic looks like a nil pointer dereference, I'm not sure why we aren't checking for possible errors (that would cause the pointer to be nil) in a few places:
My very quick read of the code suggests it might be due to the way we find the latest tag (latestTag()). Have you got some tags on this repo that would match the pattern "..*", e.g. "very.important.commit", or "Test0.1.2" i.e. a non semantic versioned tag but does include periods? If you are able to build the tool, you could a add some error returns instead of ignoring them on the lines I've linked to above as that may give you some more info. |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello :)
I am trying to add uplift to a project, but keep getting the following error when I run
uplift bump
:My .uplift.yml file looks like this:
and my package.json looks like this:
Any ideas why I'm getting this?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions