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

fix: temporarily removes the prePublish step allowing us to publish a new version and for users to use this module. #270

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

lholmquist
Copy link
Member

@lance i "borrowed" this from your release-please issue :)

The Context:

When the release PR is merged, this includes changes to the package-lock.json file which in turn results in a modification of the SBOM, which means that when the release is published, the SBOM is out of date.

A tangible example:

clone this repository: https://github.com/nodeshift/faas-js-runtime change into the repo directory and run git checkout v2.2.1 (the most recent release tag) run npm run sbom which generates an SBOM based on the current package-lock.json file run git diff to see what should have been included in the release SBOM

… new version and for users to use this module.

The Context:

When the release PR is merged, this includes changes to the package-lock.json file which in turn results in a modification of the SBOM, which means that when the release is published, the SBOM is out of date.

A tangible example:

clone this repository: https://github.com/nodeshift/faas-js-runtime
change into the repo directory and run git checkout v2.2.1 (the most recent release tag)
run npm run sbom which generates an SBOM based on the current package-lock.json file
run git diff to see what should have been included in the release SBOM
@lholmquist lholmquist requested a review from lance July 14, 2023 13:34
Copy link
Member

@lance lance left a comment

Choose a reason for hiding this comment

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

/lgtm

@lholmquist lholmquist merged commit cea807f into nodeshift:main Jul 14, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants