You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make NPM_TOKEN optional in semantic-release workflow
- Add conditional check for NPM_TOKEN in release workflow
- Update package name references to mcp-template
- Document that NPM publishing is optional in README
- Template users can now use workflows without NPM secrets
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,9 @@ This template includes semantic-release for automated versioning and publishing:
178
178
- Determine version bump
179
179
- Update CHANGELOG.md
180
180
- Create GitHub release
181
-
- Publish to npm
181
+
- Publish to npm (if NPM_TOKEN secret is configured)
182
+
183
+
**Note**: NPM publishing is optional. If you don't want to publish to npm, simply don't add the `NPM_TOKEN` secret to your repository. The release process will still create GitHub releases.
0 commit comments