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: Remove noop plugin #39

Merged

Conversation

sugarnaoming
Copy link
Contributor

Context

Seeing Error: Cannot find module './node_modules/semantic-release/src/lib/plugin-noop.js'

Objective

Removes old package.json section for noop plugin

References

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

package.json Outdated
},
"repository": {
"type": "git",
"url": "git@github.com:screwdriver-cd/artifact-bookend.git"
"url": "git+https://github.com:screwdriver-cd/artifact-bookend.git"
Copy link
Contributor

@s-yoshika s-yoshika Jan 25, 2022

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thx.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I fixed it.

Copy link
Contributor

@s-yoshika s-yoshika left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -42,9 +42,6 @@
"screwdriver-build-bookend": "^2.3.3"
},
"release": {
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

From the description of "semantic-release", it seems that the master branch is selected by default without setting the branches.
Should I explicitly set master to avoid unintended releases?

https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#options

Copy link
Contributor

Choose a reason for hiding this comment

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

Currently, GitHub uses main branch as a default branch name. This might change the default behavior of semantic releases.
I think it is better to set explicitly branch name.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I see.
I'll fix it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I fixed it.

@jithine jithine merged commit 73b85f7 into screwdriver-cd:master Jan 25, 2022
@sd-buildbot
Copy link

🎉 This PR is included in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sugarnaoming sugarnaoming deleted the remove-noop-plugin branch January 26, 2022 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants