Skip to content

Commit 59601c3

Browse files
committed
docs: enhance release guide with troubleshooting tips
- Add troubleshooting steps for TypeScript compilation and package errors - Include solutions for common publishing errors - Improve clarity and completeness of the release process documentation
1 parent 683e00a commit 59601c3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/RELEASE_GUIDE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ vsce publish
255255
### Build Errors
256256

257257
**TypeScript compilation errors:**
258+
258259
```bash
259260
# Clean and rebuild
260261
rm -rf node_modules out
@@ -263,6 +264,7 @@ npm run compile
263264
```
264265

265266
**Package errors:**
267+
266268
```bash
267269
# Verify package.json is valid
268270
npm run package -- --yarn
@@ -274,18 +276,21 @@ npm audit
274276
### Publishing Errors
275277

276278
**Authentication failed:**
279+
277280
```bash
278281
# Re-login
279282
vsce logout
280283
vsce login <publisher-id>
281284
```
282285

283286
**Version already exists:**
287+
284288
- Increment version in `package.json`
285289
- Update CHANGELOG.md
286290
- Retry publish
287291

288292
**Marketplace validation errors:**
293+
289294
- Check `package.json` for required fields
290295
- Verify all icons/images exist
291296
- Check README.md formatting
@@ -317,6 +322,6 @@ vsce login <publisher-id>
317322
## Support
318323

319324
For issues or questions:
325+
320326
- GitHub Issues: [codeflow-vscode-extension/issues](https://github.com/JustAGhosT/codeflow-vscode-extension/issues)
321327
- Documentation: [README.md](./README.md)
322-

0 commit comments

Comments
 (0)