fix: add provenance back#489
Merged
lwasser merged 2 commits intoall-contributors:mainfrom Mar 9, 2026
Merged
Conversation
lwasser
commented
Mar 8, 2026
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/all-contributors/all-contributors-cli.git" | ||
| "url": "git+https://github.com/all-contributors/all-contributors-cli.git" |
Member
Author
There was a problem hiding this comment.
NPM prefers this ssh url. i ran npm pkg fix as suggested in the warnings.
lwasser
commented
Mar 8, 2026
| npm ci | ||
| npm run build | ||
| - run: npm publish | ||
| - run: npm publish --provenance |
Member
Author
There was a problem hiding this comment.
Based on the blogs I read, this does need to be set, but you can set it in the package.json or here, or as an envt variable. 🤷🏻♀️
lwasser
commented
Mar 8, 2026
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "name": "all-contributors-cli", | |||
| "version": "6.27.0-rc.1", | |||
Member
Author
There was a problem hiding this comment.
This needs to have a dash after the version number and before the rc. 1, and the period after release candidate is also preferred over a dash.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following this blog
. i'd like someone else to review this before i merge however.
What:
Why:
How:
Checklist: