File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 90
90
91
91
git checkout -b $branch
92
92
git add semconv/
93
- git commit -m "$message"
94
- git push --set-upstream origin $branch
95
- url=$(gh pr create --title "$message" \
96
- --body "$body" \
97
- --base main)
98
-
99
- pull_request_number=${url//*\//}
100
93
101
94
# see the template for change log entry file at blob/main/.chloggen/TEMPLATE.yaml
102
95
cat > .chloggen/semconv-$VERSION.yaml << EOF
@@ -108,5 +101,10 @@ jobs:
108
101
109
102
git add .chloggen/semconv-$VERSION.yaml
110
103
111
- git commit -m "Add change log entry"
112
- git push
104
+ git commit -m "$message"
105
+ git push --set-upstream origin $branch
106
+ url=$(gh pr create --title "$message" \
107
+ --body "$body" \
108
+ --base main)
109
+
110
+ pull_request_number=${url//*\//}
You can’t perform that action at this time.
0 commit comments