Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PC-11843-extend-n-9-sdk-go' into…
Browse files Browse the repository at this point in the history
… PC-11843-extend-n-9-sdk-go
  • Loading branch information
kubaceg committed Feb 7, 2024
2 parents f3b84f6 + 11f58b6 commit 94f8532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ categories:
labels:
- chore
- infrastructure
- title: 🤖 Dependency Updates
collapse-after: 3
labels:
- dependencies
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while IFS= read -r line; do
continue
fi
commit_msg="${BASH_REMATCH[1]}"
commit_body=$(git log --grep "$commit_msg" -n1 --pretty="%b")
commit_body=$(git log -F --grep "$commit_msg" -n1 --pretty="%b")

add_notes() {
local notes="$1"
Expand Down

0 comments on commit 94f8532

Please sign in to comment.