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/internal-release-tag-failed.yml.erb
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@ html_notes: |
4
4
Failed to tag the release with <code><%=tag%></code> tag.<br>
5
5
Please follow instructions below to tag the branch, make GitHub release and merge release branch to <code><%=base_branch%></code> manually.<br>
6
6
<br>
7
-
Issue the following git commands to tag the release and merge the branch:
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 to tag the release and merge the branch:
8
16
<ul>
9
17
<li><code>git fetch origin</code></li>
10
18
<li><code>git checkout <%=branch%></code> switch to the release branch</li>
0 commit comments