Skip to content

Get `nrel` working

Compare
Choose a tag to compare
@c-blake c-blake released this 17 Jan 15:31
· 482 commits to main since this release

One needed to be VERY CAREFUL about back quotes in title that got
expanded in the subshell running commands. nrel ran itself in
some nested way.. Pretty confusing. Caused some release churn.
Sorry guys.

Single quotes (both at invocation time & in the Nim code now)
should fix this problem, but we could also always backslash
escape everything.