docs: clarify code comments

This commit is contained in:
Dustin Ruetz
2024-04-04 21:14:15 -04:00
parent baa29d5bd0
commit cca0f55ece
2 changed files with 3 additions and 2 deletions

View File

@@ -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,