chore: release version 1.3.1 - documentation fix for new command#8
Merged
chore: release version 1.3.1 - documentation fix for new command#8
Conversation
- Bump version from 1.3.0 to 1.3.1 (patch for documentation) - Update package.json and plugin.json manifests - Add changelog entry for fixed documentation: - /create-issue-from-plan command now documented in README - Comprehensive usage examples and plan frontmatter reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release 1.3.1 is a patch release that fixes CI validation failure by properly documenting the new
/create-issue-from-plancommand in README.md.Changes
Version Bump: 1.3.0 → 1.3.1 (patch release)
Fixes:
/create-issue-from-plancommand to README.mdDocumentation Added:
Why This Matters
The new
/create-issue-from-plancommand from 1.3.0 was not documented in README, which caused CI validation to fail. This release adds complete documentation so the command is discoverable to users and CI validation passes.Files Changed
README.md- Added 50 lines documenting new commandCHANGELOG.md- Release notes for 1.3.1package.json&plugin.json- Version bump to 1.3.1References
Relates to: Issue creation from plans (completed in 1.3.0)
Fixes: CI validation failure on missing README documentation