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
commit msg starts with "Include current notification level in cache key"
normal text ends with blah: before the indented block
gitchangelog includes the commit text
sphinx sees an rst file and coughs an error because the leadup text needs :: instead of just one
The answer is "use ::" so that means either git rebase to edit the commit message or a special regex filter for .gitchangelog.rc.
I can do the first one easily and i'm pretty sure the second option would be just as trivial for you :D
Manually adding the second colon works perfectly. I will probably push a second branch with the docs bits unless you tell me something different. Thanks!
The text was updated successfully, but these errors were encountered:
::
instead of just oneThe answer is "use ::" so that means either
git rebase
to edit the commit message or a special regex filter for.gitchangelog.rc
.I can do the first one easily and i'm pretty sure the second option would be just as trivial for you :D
Manually adding the second colon works perfectly. I will probably push a second branch with the docs bits unless you tell me something different. Thanks!
The text was updated successfully, but these errors were encountered: