We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2540c16 commit 6f541d3Copy full SHA for 6f541d3
1 file changed
out/cli.cjs
@@ -47672,7 +47672,7 @@ function G3(t2, e3) {
47672
// package.json
47673
var package_default = {
47674
name: "opencommit",
47675
- version: "3.2.7",
+ version: "3.2.8",
47676
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
47677
keywords: [
47678
"git",
@@ -66936,7 +66936,7 @@ var gitAdd = async ({ files }) => {
66936
const gitAddSpinner = le();
66937
gitAddSpinner.start("Adding files to commit");
66938
await execa("git", ["add", ...files]);
66939
- gitAddSpinner.stop(`Done adding ${files.length} files`);
+ gitAddSpinner.stop(`Staged ${files.length} files`);
66940
};
66941
var getDiff = async ({ files }) => {
66942
const lockFiles = files.filter(
0 commit comments