refactor: change intro and outro messages
This commit is contained in:
@@ -30,7 +30,7 @@ const GetConfig = async () => {
|
||||
(async () => {
|
||||
const config = await GetConfig();
|
||||
|
||||
intro("Creating a conventional commit message");
|
||||
intro("Creating a conventional commit");
|
||||
|
||||
if (!fs.existsSync(path.join(process.cwd(), ".git"))) {
|
||||
cancel("Git repository has not been initialized");
|
||||
@@ -174,5 +174,5 @@ const GetConfig = async () => {
|
||||
|
||||
note(commitMessage);
|
||||
|
||||
outro("Finished creating a conventional commit message");
|
||||
outro("Finished creating a conventional commit, feel free to push");
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user