-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: rename-project now also renames the organization name #83
Conversation
Pull Request Test Coverage Report for Build 326663629
💛 - Coveralls |
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.
Also how come you're removing so much from the package lock? did you run npm install since the latest changes to master?
README.md
Outdated
Thankfully, we have a script just for that: | ||
|
||
``` | ||
npm run rename-project {YOUR_PROJECT_NAME} | ||
npm run rename-project -- --organizationName {YOUR_ORGANIZATIO_NAME} --projectName {YOUR_PROJECT_NAME} |
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.
organization*
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.
since its already called rename-project maybe --organization is enough, same for --project
🎉 This PR is included in version 1.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #81