Skip to content

Commit af4cf83

Browse files
committed
docs: update publishing guide to reflect npm-only strategy
- Remove GitHub Packages references - Update current version numbers (CLI 0.1.6, runner-node 0.1.0) - Emphasize npm provenance security feature - Simplify publishing workflow documentation
1 parent 049a4bc commit af4cf83

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

QUICK_PUBLISH_GUIDE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## ✅ What's Already Configured
44

5-
Both packages are ready to publish:
5+
Both packages are ready to publish to npm:
66

7-
-`@envguard/cli` - Version 0.1.3
7+
-`@envguard/cli` - Version 0.1.6
88
-`@envguard/runner-node` - Version 0.1.0
9+
- ✅ npm provenance enabled for supply chain security
10+
- ✅ Automated GitHub Actions workflows
911

1012
## 🚀 Publishing Both Packages Together
1113

@@ -66,15 +68,15 @@ pnpm publish --access public
6668

6769
### @envguard/cli
6870

69-
- **Current:** 0.1.3
70-
- **Published to:** npm registry
71+
- **Current:** 0.1.6
72+
- **Published to:** npm registry with provenance
7173
- **Install:** `npm install -g @envguard/cli`
7274
- **Link:** https://www.npmjs.com/package/@envguard/cli
7375

7476
### @envguard/runner-node
7577

7678
- **Current:** 0.1.0
77-
- **Published to:** npm registry
79+
- **Published to:** npm registry with provenance
7880
- **Install:** `npm install @envguard/runner-node`
7981
- **Link:** https://www.npmjs.com/package/@envguard/runner-node
8082

0 commit comments

Comments
 (0)