Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Publish packages with provenance #86

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Conversation

amareshsm
Copy link
Member

Prerequisites checklist

What is the purpose of this pull request?

Publish packages with provenance

What changes did you make? (Give an overview)

Added the --provenance flag to npm publish commands.

Related Issues

#76

Is there anything you'd like reviewers to focus on?

@@ -54,7 +54,7 @@ jobs:
#-----------------------------------------------------------------------------

- name: Publish @eslint/compat package to npm
run: npm publish -w packages/compat
run: npm publish -w --provenance packages/compat
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: npm publish -w --provenance packages/compat
run: npm publish -w packages/compat --provenance

I believe that packages/compat must be after -w, as its value.

(the same for others)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. -w indicates the workspace (directory) to publish from.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Copy link
Member

@harish-sethuraman harish-sethuraman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will leave for others to review.

Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Leaving open for @nzakas to verify.

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@nzakas nzakas merged commit f1d11c5 into eslint:main Jul 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants