79654410

Date: 2025-06-05 12:17:06
Score: 0.5
Natty:
Report link

As a workaround, we ended up using the following command instead of the mentioned command:

npm --allow-same-version --no-git-tag-version version $(git describe --tags --abbrev=0 --match "v*")

In other words, calling git describe instead of using from-git.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Arno Moonen