Skip to content

Commit c3a536c

Browse files
authored
chore: change circleci comments from old to alternate versions (#1257)
1 parent 5e4b67c commit c3a536c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

circle.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# info on building Docker images on Circle
22
# https://circleci.com/docs/2.0/building-docker-images/
33

4-
## If you wish to release an older Docker image, do not modify this file in the master branch.
5-
## Follow the instructions in the CONTRIBUTING document and work instead in a feature branch.
4+
## If you wish to release Docker image(s) with alternate (i.e. non-primary) versions, do not modify this file in the master branch.
5+
## Follow the instructions in the CONTRIBUTING document for alternate versions and work instead in a feature branch.
66
## Modify the push jobs below to be triggered on the feature branch, not the master branch.
77

88
version: 2.1
@@ -351,8 +351,9 @@ workflows:
351351
branches:
352352
only:
353353
# Only branches matching the below regex filters will run
354-
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
355-
# if publishing an old version
354+
# Follow the instructions in the CONTRIBUTING document for alternate versions and
355+
# change to a feature branch such as <cypress-version>-node-<node.js version>-publish
356+
# if publishing an alternate (non-primary) version
356357
# This job must run because the base, browsers and included jobs depend on it
357358
- master
358359
requires:
@@ -369,7 +370,7 @@ workflows:
369370
only:
370371
# Only branches matching the below regex filters will run
371372
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
372-
# if publishing an old version
373+
# if publishing an alternate version
373374
- master
374375
requires:
375376
- "Push Factory Image"
@@ -384,7 +385,7 @@ workflows:
384385
only:
385386
# Only branches matching the below regex filters will run
386387
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
387-
# if publishing an old version
388+
# if publishing an alternate version
388389
- master
389390
requires:
390391
- "Push Factory Image"
@@ -399,7 +400,7 @@ workflows:
399400
only:
400401
# Only branches matching the below regex filters will run
401402
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
402-
# if publishing an old version
403+
# if publishing an alternate version
403404
- master
404405
requires:
405406
- "Push Factory Image"

0 commit comments

Comments
 (0)