diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d32510f..3d6f0f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,9 @@ name: Release on: push: branches: - # TODO: This branch is for PR testing purposes, update 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. - ruetz-automate-releases + # Specify that this "Release" workflow depends on the other workflows below completing successfully. workflow_run: workflows: ["Lint", "Run acceptance tests"] types: diff --git a/release.config.cjs b/release.config.cjs index 5ceb2d7..e1d5440 100644 --- a/release.config.cjs +++ b/release.config.cjs @@ -2,7 +2,7 @@ * @type {import('semantic-release').GlobalConfig} */ module.exports = { - // TODO: This branch is for PR testing purposes, update 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"], // TODO: Remove `dryRun` configuration if we proceed with this PR. dryRun: true,