docs: clarify code comments
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -3,8 +3,9 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
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
|
- ruetz-automate-releases
|
||||||
|
# Specify that this "Release" workflow depends on the other workflows below completing successfully.
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Lint", "Run acceptance tests"]
|
workflows: ["Lint", "Run acceptance tests"]
|
||||||
types:
|
types:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* @type {import('semantic-release').GlobalConfig}
|
* @type {import('semantic-release').GlobalConfig}
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
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"],
|
branches: ["ruetz-automate-releases"],
|
||||||
// TODO: Remove `dryRun` configuration if we proceed with this PR.
|
// TODO: Remove `dryRun` configuration if we proceed with this PR.
|
||||||
dryRun: true,
|
dryRun: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user