Files
load-secrets-action/release.config.cjs
2024-04-04 21:14:15 -04:00

15 lines
438 B
JavaScript

/**
* @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"],
// TODO: Remove `dryRun` configuration if we proceed with this PR.
dryRun: true,
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
],
};