We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fdb4f commit af14795Copy full SHA for af14795
.github/scripts/promote_to_master.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
COMMIT_LIST=$(git log --pretty=format:"* %s (%h) by %an" origin/master..dev |
4
while IFS= read -r line; do
5
if [[ ! $line =~ ^"* feat"* && ! $line =~ ^"* fix"* && ! $line =~ ^"* docs"* ]]; then
0 commit comments