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
When I run vcs export --exact-with-tags src > repos.pegged the resulting file repos.pegged correctly replaces the version field for all of my repositories with the commit hash (or tag descriptor, if applicable) of my source dependencies.
However, my repository uses pre-commit hooks for change validation and the resulting file is missing the leading --- that the yaml linter expects.
I think that the fix is simple here and I will put up a PR.
The text was updated successfully, but these errors were encountered:
jwdinius
pushed a commit
to jwdinius/vcstool
that referenced
this issue
May 20, 2024
When I run
vcs export --exact-with-tags src > repos.pegged
the resulting filerepos.pegged
correctly replaces the version field for all of my repositories with the commit hash (or tag descriptor, if applicable) of my source dependencies.However, my repository uses pre-commit hooks for change validation and the resulting file is missing the leading
---
that the yaml linter expects.I think that the fix is simple here and I will put up a PR.
The text was updated successfully, but these errors were encountered: