Skip to content

fix empty commit error - #2

Open
rpunia1 wants to merge 5 commits into
mainfrom
rav/fix-empty-commit
Open

fix empty commit error#2
rpunia1 wants to merge 5 commits into
mainfrom
rav/fix-empty-commit

Conversation

@rpunia1

@rpunia1 rpunia1 commented Dec 8, 2025

Copy link
Copy Markdown

fixing empty commit error, e.g. failed test run

   Date: Mon Dec 8 09:20:12 2025 -0800
   1 file changed, 2 insertions(+), 2 deletions(-)
  /usr/bin/git add .
  
  /usr/bin/git commit --no-edit
  On branch rpunia1/1.0.x-00ef9b46845509d46dc93d7bc085ca2077c1448a
  Your branch is ahead of 'origin/1.0.x' by 1 commit.
    (use "git push" to publish your local commits)
  
  nothing to commit, working tree clean
  Error: Error: The process '/usr/bin/git' failed with exit code 1

Comment thread src/index.ts
@@ -75,7 +75,15 @@ export async function run(): Promise<void> {
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODOs:

  • undo dist/index.js after testing
  • merge PR, and cut a new tag & publish new release
  • ensure dist/index.js gets updated

Comment thread src/index.ts
@rpunia1 rpunia1 self-assigned this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant