From 2722cfb5c815996eb2ad563df1cf20b5bbc49d36 Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Thu, 4 Apr 2024 21:17:49 -0400 Subject: [PATCH] feat(release.config.cjs): specify exported semantic-release object as GlobalConfig type --- release.config.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release.config.cjs b/release.config.cjs index 1a7071e..66eaeee 100644 --- a/release.config.cjs +++ b/release.config.cjs @@ -1,6 +1,4 @@ -/** - * @type {import('semantic-release').GlobalConfig} - */ +/** @type {import('semantic-release').GlobalConfig} */ module.exports = { // TODO: This branch is for PR testing purposes; update branch to "main" if we proceed with this PR. branches: ["ruetz-automate-releases"],