Skip to content

Commit 9a536fd

Browse files
Fix guidance if branches (#590)
* fix guidance if branches * patch bump * update reference tests
1 parent 3dde8c5 commit 9a536fd

File tree

18 files changed

+35
-35
lines changed

18 files changed

+35
-35
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RegistryCI"
22
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"
33
authors = ["Dilum Aluthge <dilum@aluthge.com>", "Fredrik Ekre <ekrefredrik@gmail.com>", "contributors"]
4-
version = "10.10.2"
4+
version = "10.10.3"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/AutoMerge/guidelines.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ function breaking_explanation_message(has_release_notes)
357357
"""
358358
if has_release_notes
359359
return """
360-
This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
360+
This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
361361
$(example_detail)
362362
"""
363363
else
364364
return """
365-
This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
365+
This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
366366
$(example_detail)
367367
"""
368368
end

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_false_version_0.1.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_false_version_0.1.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_false_version_1.0.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_false_version_1.0.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_true_version_0.1.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_true_version_0.1.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_true_version_1.0.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_package_suggest_onepointzero_true_version_1.0.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
2929

3030
</details>
3131

32-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
32+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
3333
<details><summary>Example of adding release notes with breaking notice</summary>
3434

3535
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -49,7 +49,7 @@ Please make sure that you have read the [package naming guidelines](https://juli
4949
</details>
5050

5151

52-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
52+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
5353
<details><summary>Example of adding release notes with breaking notice</summary>
5454

5555
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_false_version_0.1.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_false_version_0.1.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_false_version_1.0.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_false_version_1.0.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_true_version_0.1.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_true_version_0.1.0_point_to_slack_true.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

test/reference_comments/comment_pass_false_type_new_version_suggest_onepointzero_true_version_1.0.0_point_to_slack_false.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
2525

2626
</details>
2727

28-
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
28+
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
2929
<details><summary>Example of adding release notes with breaking notice</summary>
3030

3131
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:
@@ -45,7 +45,7 @@ Hello, I am an automated registration bot. I help manage the registration proces
4545
</details>
4646

4747

48-
- This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes.
48+
- This is a breaking change, but no release notes have been provided. Please add release notes that explain the breaking change.
4949
<details><summary>Example of adding release notes with breaking notice</summary>
5050

5151
If you are using the comment bot `@JuliaRegistrator`, you can add release notes to this registration by re-triggering registration while specifying release notes:

0 commit comments

Comments
 (0)