Skip to content

Commit

Permalink
ref: prettier code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsazoltan committed Nov 6, 2023
1 parent efb5497 commit 3c9c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/dotnet-yoshi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DEFAULT_PULL_REQUEST_TITLE_PATTERN =
const DEFAULT_PULL_REQUEST_HEADER =
':robot: I have created a release *beep* *boop*';
const DEFAULT_PULL_REQUEST_FOOTER =
'This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).'
'This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).';
const RELEASE_NOTES_HEADER_PATTERN =
/#{2,3} \[?(\d+\.\d+\.\d+-?[^\]]*)\]?.* \((\d{4}-\d{2}-\d{2})\)/;

Expand Down

0 comments on commit 3c9c8ed

Please sign in to comment.