pmsipilot / Plan

Release management tool
MIT License
8 stars 2 forks source link

Bot project release command displays the wrong release #46

Open jubianchi opened 7 years ago

jubianchi commented 7 years ago

When the bot searches for a project release it only search with the version number (models.project_delivery.find({ version: res.match[3] }, function (err, result) {) but it should also use the project ID.