File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ exclude:
76
76
- " examples/platform/nxp/k32w/k32w0/scripts/demo_generated_certs/**/*"
77
77
- " integrations/cloudbuild/*.yaml" # uglier long command line content
78
78
- " scripts/run_codegen_targets.sh" # shellharden breaks for loops over command outputs
79
+ - " scripts/tagging/tag_new_release.sh" # shellharden breaks parameter passing
79
80
- " src/darwin/Framework/CHIP/zap-generated/*" # already clang-formatted by our zap tooling
80
81
- " zzz_generated/**/*" # already clang-formatted by our zap tooling
81
82
- " src/controller/java/generated/java/**/*" # not formatted: generated files
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ echo "New release: $NEW_RELEASE_TAG"
55
55
echo " Additional arguments: $ADDITIONAL_ARGS "
56
56
57
57
echo executing: gh release create " $NEW_RELEASE_TAG " --notes-start-tag " $CURRENT_RELEASE " " $@ " " $ADDITIONAL_ARGS "
58
- gh release create " $NEW_RELEASE_TAG " " --notes-start-tag" " $CURRENT_RELEASE " " $@ " " $ADDITIONAL_ARGS "
58
+ gh release create $NEW_RELEASE_TAG " --notes-start-tag" $CURRENT_RELEASE $@ $ADDITIONAL_ARGS
You can’t perform that action at this time.
0 commit comments