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
Searching for the regex: 'date-released: "\\d{4}-\\d{2}-\\d{2}"'
Searching for the regex: 'date-released: "\\d{4}-\\d{2}-\\d{2}"'
Not changing file CITATION.cff
The braces were behaving as expected with Python formatting -- doubling them results in a literal brace. But the backslashes are coming through exactly as I entered them in my TOML config.
After changing to single backslashes, I get the behavior I expected:
Description
I'm trying to get my repo's
CITATION.cff
file to automatically update both the version string and release date.What I Did
Based on the docs, I should be doubling both my braces and backslashes when writing a regex:
This doesn't behave as expected. In my logs:
The braces were behaving as expected with Python formatting -- doubling them results in a literal brace. But the backslashes are coming through exactly as I entered them in my TOML config.
After changing to single backslashes, I get the behavior I expected:
The text was updated successfully, but these errors were encountered: