-
Notifications
You must be signed in to change notification settings - Fork 21
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
CHANGELOG parser by date #426
Conversation
return LOCAL_DATE_REGEX.matches(this) | ||
} | ||
|
||
object ChangelogParser { |
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.
Let's add a doc to this
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.
Doc added: 37f1b00
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.
I think it landed in the wrong place? I don't see it on ChangelogParser
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.
I added a doc to ChangelogParser.kt
skate-plugin/src/main/kotlin/com/slack/sgp/intellij/ChangelogParser.kt
Outdated
Show resolved
Hide resolved
skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
Show resolved
Hide resolved
skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
Outdated
Show resolved
Hide resolved
skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Zac Sweers <[email protected]>
Co-authored-by: Zac Sweers <[email protected]>
…ange_log_parser # Conflicts: # skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
This comment was marked as off-topic.
This comment was marked as off-topic.
skate-plugin/src/main/kotlin/com/slack/sgp/intellij/ChangelogParser.kt
Outdated
Show resolved
Hide resolved
skate-plugin/src/test/kotlin/com/slack/sgp/intellij/ChangeLogParserTest.kt
Show resolved
Hide resolved
return LOCAL_DATE_REGEX.matches(this) | ||
} | ||
|
||
object ChangelogParser { |
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.
I think it landed in the wrong place? I don't see it on ChangelogParser
…it is not the latest entry
This parses the CHANGELOG.md file by date, and only shows the updated file if the latest entry does not match the previous entry by date.