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
Build:util: await methods passed to Release.walk, test on Node 12
Changes:
1. Test on Node.js 12 instead of 10
2. Make `Release.walk` an async function, `await` each provided method. This
makes it possible to easier integrate with asynchronous flows in various
steps.
3. Throw on unhandled rejections, making jquery-release quit if any of the
async steps passed to `Release.walk` ends up in a rejected state.
0 commit comments