feat(release.config.cjs): specify exported semantic-release object as GlobalConfig type

This commit is contained in:
Dustin Ruetz
2024-04-04 21:17:49 -04:00
parent 0b5bf555f1
commit 2722cfb5c8
+1 -3
View File
@@ -1,6 +1,4 @@
/** /** @type {import('semantic-release').GlobalConfig} */
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = { module.exports = {
// TODO: This branch is for PR testing purposes; update branch to "main" if we proceed with this PR. // TODO: This branch is for PR testing purposes; update branch to "main" if we proceed with this PR.
branches: ["ruetz-automate-releases"], branches: ["ruetz-automate-releases"],