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
The try/catch block in tasks/config/project/release.js will bail to catch if either semantic.json or package.json is missing, whereas it should only do this if both are missing.
The changes introduced to this file in 57b35d2 need to be moved after the try/catch into a separate try/catch block. Note also that this commit stores the version in the variable version whereas the value exported is package.version.
The text was updated successfully, but these errors were encountered:
The try/catch block in tasks/config/project/release.js will bail to catch if either
semantic.json
orpackage.json
is missing, whereas it should only do this if both are missing.The changes introduced to this file in 57b35d2 need to be moved after the try/catch into a separate try/catch block. Note also that this commit stores the version in the variable
version
whereas the value exported ispackage.version
.The text was updated successfully, but these errors were encountered: