Add reminder for VENDORS.md update in release check
Added a reminder to update the VENDORS.md file when updating Tom Select.
This commit is contained in:
parent
b2abad4b95
commit
bcc7a5f62b
1 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,9 @@ jobs:
|
||||||
|
|
||||||
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/js/tom-select.base.js
|
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/js/tom-select.base.js
|
||||||
|
|
||||||
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/css/tom-select.default.min.css`
|
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/css/tom-select.default.min.css
|
||||||
|
|
||||||
|
Remeber also to update the VENDORS.md file.`
|
||||||
});
|
});
|
||||||
core.info(`New issue created for version ${latestTag}.`);
|
core.info(`New issue created for version ${latestTag}.`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue