-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(NODE-6160): sign and upload to releases #9
Conversation
23d8c91
to
beba0f0
Compare
6d65d10
to
a3fdd4b
Compare
a9b6623
to
433a3f1
Compare
36ac37e
to
823bc18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
id: get_vars | ||
shell: bash | ||
run: | | ||
package_version=$(jq --raw-output '.version' package.json) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM, is is possible to point me to an example test release, as an extra check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I'm going off is seeing release-please creating the PR now: #15 and was verifying the signing actions working but not being able to upload before release-please was put in, example run here: https://github.com/mongodb-js/mongodb-client-encryption/actions/runs/9403489046/job/25900735594
If that's not sufficient let me know and I can create a new fake repo and project and copy everything over.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for a fork: Can we have a run where we run build.yml
to see the structure of the downloaded files, but comment out gh release upload ..
and npm publish
? To confirm the signatures are there.
id: get_vars | ||
shell: bash | ||
run: | | ||
package_version=$(jq --raw-output '.version' package.json) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for a fork: Can we have a run where we run build.yml
to see the structure of the downloaded files, but comment out gh release upload ..
and npm publish
? To confirm the signatures are there.
Thank! LGTM |
Description
What is changing?
Is there new documentation needed for these changes?
None
What is the motivation for this change?
NODE-6160
Release Highlight
Fill in title or leave empty for no highlight
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript