name: progress description: Update lucene-kmp progress documents and commit with GPG signature
Purpose
Update PROGRESS.md, PROGRESS2.md, and TODO.md for lucene-kmp.
Steps
cd lucene-kmp- Run
./progress.main.ktsand wait until it finishes. - Run
./progressv2.main.ktsand wait until it finishes. - Create a GPG-signed commit with message
Update progress.
Commit command
Use the signed commit flow:
git add PROGRESS.md PROGRESS2.md TODO.mdexport GPG_TTY=$(tty) && git commit -S -m "Update progress"git log --show-signature -1