Skip to content

Commit af14795

Browse files
committed
ci: clean up
1 parent 29fdb4f commit af14795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/promote_to_master.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
COMMIT_LIST=$(git log --pretty=format:"* %s (%h) by %an" origin/master..dev |
24
while IFS= read -r line; do
35
if [[ ! $line =~ ^"* feat"* && ! $line =~ ^"* fix"* && ! $line =~ ^"* docs"* ]]; then

0 commit comments

Comments
 (0)