Skip to content

Commit

Permalink
feat(release.config.cjs): specify exported semantic-release object as…
Browse files Browse the repository at this point in the history
… GlobalConfig type
  • Loading branch information
dustin-ruetz committed Apr 5, 2024
1 parent 0b5bf55 commit 2722cfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 2722cfb

Please sign in to comment.