Skip to content

Commit d292f75

Browse files
committed
Moved --no-<commit|push> note from description line of header comment to own line
1 parent d415336 commit d292f75

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

brave-omnibox/utils/bump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

chatgpt-auto-continue/utils/bump/extension-manifests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

chatgpt-infinity/utils/bump/extension-manifests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

chatgpt-omnibox/utils/bump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

chatgpt-widescreen/utils/bump/extension-manifests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

deepseek-omnibox/utils/bump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

phind-omnibox/utils/bump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

utils/bump/extension-manifests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifests only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifests only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

you.com-omnibox/utils/bump.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
# Bumps extension manifests if changes detected + git commit/push if --no-<commit|push> not passed
3+
# Bumps extension manifests if changes detected + git commit/push
44
# NOTE: Pass --chrome or --chromium to forcibly bump Chromium manifest only
55
# NOTE: Pass --firefox or --ff to forcibly bump Firefox manifest only
6+
# NOTE: Pass --no-<commit|push> to skip git commit/push
67

78
shopt -s nocasematch # enable case-insensitive matching (to flexibly check commit msg for bumps)
89

0 commit comments

Comments
 (0)