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
* fixed gulp set --version
the --version and -v is gulp specific arguments and cant be used for
task arguments.
changed the argument to --x
old:
gulp set --version 4.0.0
new:
gulp set --x 4.0.0
* fixed the npm run versionRelease command to use new gulp set command
script that updates 'src/version.js' and package.json'
VERSION=$VERSION npm run versionRelease
0 commit comments