Skip to content

Latest commit

History

History
12 lines (9 loc) 路 465 Bytes

gentle-rules-provide.md

File metadata and controls

12 lines (9 loc) 路 465 Bytes
skuba
patch

template/*-npm-package: Use SSH scheme in repository URL

We have changed the templated format of the package.json#repository/url field. This may resolve skuba release errors that reference Git password authentication is shutting down on the GitHub Blog.

- git+https://github.com/org/repo.git
+ git+ssh://git@github.com/org/repo.git