Skip to content

Commit

Permalink
chore: ET-1482: remove check for latest version in CLI command (#8)
Browse files Browse the repository at this point in the history
* chore: ET-1482: update package version to 1.0.0 and remove check for latest version in CLI command, also update intro message in commit command

* chore: ET-1482: update package version to 1.0.1

---------

Co-authored-by: Matthew Salter <[email protected]>
  • Loading branch information
mattsalt123 and Matthew Salter authored Mar 8, 2024
1 parent 404cf42 commit 4beac09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvla/opencommit",
"version": "1.0.0-beta",
"version": "1.0.1",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export async function commit(
process.exit(1);
}

intro('open-commit');
intro('DVLA OpenCommit');
if (errorChangedFiles ?? errorStagedFiles) {
outro(`${chalk.red('✖')} ${errorChangedFiles ?? errorStagedFiles}`);
process.exit(1);
Expand Down

0 comments on commit 4beac09

Please sign in to comment.