You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/fastlane/plugin/ddg_apple_automation/assets/asana_create_action_item/templates/merge-failed.yml.erb
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@ html_notes: |
4
4
The <code><%=tag%></code> release has been successfully tagged and published in GitHub releases, <%=''%>
5
5
but merging to <code><%=base_branch%></code> failed. Please resolve conflicts and merge <code><%=tag%></code> tag to <code><%=base_branch%></code> manually.<br>
6
6
<br>
7
-
Issue the following git commands:
7
+
First, disable branch protection on the apple-browsers repository:
8
+
<ul>
9
+
<li>Open the <ahref='https://github.com/duckduckgo/apple-browsers/settings/rules/3717807'>Main Branch branch protection ruleset settings</a></li>
10
+
<li>Click on the 'Active' enforcement status dropdown and change it to 'Disabled'</li>
11
+
<li>Scroll down to the bottom and click 'Save changes'</li>
12
+
<li>Authenticate with GitHub to approve the ruleset change</li>
13
+
</ul>
14
+
<br>
15
+
Next, issue the following git commands:
8
16
<ul>
9
17
<li><code>git fetch origin --tags</code></li>
10
18
<li><code>git checkout <%=base_branch%></code> switch to <%=base_branch%></li>
Copy file name to clipboardExpand all lines: lib/fastlane/plugin/ddg_apple_automation/assets/asana_create_action_item/templates/public-release-merge-failed-untagged-commits.yml.erb
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@ html_notes: |
4
4
You've requested proceeding with public release despite untagged commits on the <code><%=branch%></code> branch, <%=''%>
5
5
but merging to <code><%=base_branch%></code> failed. Please resolve conflicts and merge <code><%=branch%></code> to <code><%=base_branch%></code> manually.<br>
6
6
<br>
7
-
Issue the following git commands:
7
+
First, disable branch protection on the apple-browsers repository:
8
+
<ul>
9
+
<li>Open the <ahref='https://github.com/duckduckgo/apple-browsers/settings/rules/3717807'>Main Branch branch protection ruleset settings</a></li>
10
+
<li>Click on the 'Active' enforcement status dropdown and change it to 'Disabled'</li>
11
+
<li>Scroll down to the bottom and click 'Save changes'</li>
12
+
<li>Authenticate with GitHub to approve the ruleset change</li>
13
+
</ul>
14
+
<br>
15
+
Next, issue the following git commands:
8
16
<ul>
9
17
<li><code>git fetch origin --tags</code></li>
10
18
<li><code>git checkout <%=branch%></code> switch to the release branch</li>
<li>Open the <ahref='https://github.com/duckduckgo/apple-browsers/settings/rules/3717807'>Main Branch branch protection ruleset settings</a></li>
33
+
<li>Click on the 'Disabled' enforcement status dropdown and change it to 'Active'</li>
34
+
<li>Scroll down to the bottom and click 'Save changes'</li>
35
+
<li>Authenticate with GitHub to approve the ruleset change</li>
36
+
</ul>
37
+
<br>
21
38
Complete this task when done with merging, and re-run the public release workflow, still setting <i>Ignore unreleased changes when making a public release?</i> option to <code>true</code>.<br>
<li>Open the <a href='https://github.com/duckduckgo/apple-browsers/settings/rules/3717807'>Main Branch branch protection ruleset settings</a></li>
691
+
<li>Click on the 'Disabled' enforcement status dropdown and change it to 'Active'</li>
692
+
<li>Scroll down to the bottom and click 'Save changes'</li>
693
+
<li>Authenticate with GitHub to approve the ruleset change</li>
694
+
</ul>
695
+
<br>
662
696
Complete this task when done with merging, and re-run the public release workflow, still setting <i>Ignore unreleased changes when making a public release?</i> option to <code>true</code>.<br>
0 commit comments