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(create): Add messaging when done #83

Merged
merged 3 commits into from
Jan 7, 2020
Merged

Conversation

benmvp
Copy link
Owner

@benmvp benmvp commented Jan 7, 2020

Problem

After running the create command there's no messaging indicating that the library was successfully created. In fact, the last thing rendered to the screen is the cp command that copies over the config files. I actually thought the command was broken and the cp had failed.

Solution

Replaced the cp command with friendly text that says "Copying repo config files." and more importantly when the creation is completed it says "[repoName] successfully created" if the library name was specified (new lib) or "Repo successfully updated" for an existing repo.

Also added an update to the release workflow to run the unit tests one more time as a double check to make sure we're not releasing broken code that's merged into master.

@benmvp benmvp merged commit d2ab218 into master Jan 7, 2020
@benmvp benmvp deleted the fix-create-messaging branch January 7, 2020 04:40
@github-actions
Copy link

github-actions bot commented Jan 7, 2020

🎉 This PR is included in version 6.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant