From 2d275f0e72798860b7a2af7e30ca2dc643b541d7 Mon Sep 17 00:00:00 2001 From: Gerred Dillon Date: Sun, 22 Dec 2024 13:46:49 -0600 Subject: [PATCH] [chore] update knowledge --- knowledge.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/knowledge.md b/knowledge.md index fc87306..30a2164 100644 --- a/knowledge.md +++ b/knowledge.md @@ -11,3 +11,11 @@ Package is configured as a CLI tool: - package.json The build script makes the output file executable with `chmod +x`. The shebang line `#!/usr/bin/env node` ensures it runs with Node.js when installed globally. + +# Publishing Process + +1. Run tests and build: `bun test && bun run build` +2. Bump version: `npm version patch|minor|major` +3. Publish: `npm publish --otp=` + - Requires 2FA authentication + - Get OTP code from authenticator app