Merge pull request 'fix(projman): add missing YAML frontmatter to command files' (#329) from fix/projman-command-frontmatter into development
Reviewed-on: #329
This commit was merged in pull request #329.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# /clear-cache
|
||||
---
|
||||
description: Clear plugin cache to force fresh configuration reload after marketplace updates
|
||||
---
|
||||
|
||||
# Clear Cache
|
||||
|
||||
Clear plugin cache to force fresh configuration reload. Run this after marketplace updates.
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
# /suggest-version
|
||||
---
|
||||
description: Analyze CHANGELOG.md and suggest appropriate semantic version bump
|
||||
---
|
||||
|
||||
# Suggest Version
|
||||
|
||||
Analyze CHANGELOG.md and suggest appropriate semantic version bump.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user