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
I looked into this package because I am rewriting all my shell scripts into node scripts (concerning GoHugo builds, deploys, etc.). One point I feel needs to be added is some form of min and max Hugo versions. I do not care to update my settings every time a new Hugo version comes out, but I would like to constrain the version to "at least this version". Something like "version": ">=0.124.1" would be the simplest to maintain, and something like "minVersion": "0.124.1" might be easier implementable.
Does that sound very specific, or is it something others might have use of as well?
The text was updated successfully, but these errors were encountered:
I looked into this package because I am rewriting all my shell scripts into node scripts (concerning GoHugo builds, deploys, etc.). One point I feel needs to be added is some form of min and max Hugo versions. I do not care to update my settings every time a new Hugo version comes out, but I would like to constrain the version to "at least this version". Something like
"version": ">=0.124.1"
would be the simplest to maintain, and something like"minVersion": "0.124.1"
might be easier implementable.Does that sound very specific, or is it something others might have use of as well?
The text was updated successfully, but these errors were encountered: