-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce fmt reset
(working title prune
) and fix JSON frontmatter handling
#681
Conversation
@sourishkrout, Running diff --git a/frontmatter/README.md b/frontmatter/README.md
index b0d16a5..caca01d 100644
--- a/frontmatter/README.md
+++ b/frontmatter/README.md
@@ -1,7 +1,7 @@
---
runme:
id: 01HMCJRVF90ED0TXZ0B9D7YYCB
- version: v2
+ version: v3
--- |
Quality Gate passedIssues Measures |
Yes, it's supposed to reformat and overwite the major version used at the time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Most recently lifecycle identity has become entirely optional, we want to provide a command that "resets" markdown documents' lifecycle identity via
runme fmt
sub commands.runme fmt
will continue to leave existing LCID untouched.runme fmt reset
will remove any unless the--identity
setting (defaultnone
) is overwritten.