Skip to content

Commit

Permalink
chore: improve release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 13, 2024
1 parent 4b4b1c3 commit a9a4810
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/generateReleaseNotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ const version = Deno.args[0];
const changelog = await generateChangeLog({
versionTo: version,
});
const text = `${changelog}\n
const text = `## Changes
${changelog}
## Install
[Install](https://dprint.dev/install/) and [setup](https://dprint.dev/setup/) dprint.
Then in your project's dprint configuration file:
1. Specify the plugin url in the \`"plugins"\` array.
1. Specify the plugin url in the \`"plugins"\` array (can be done via \`dprint config add typescript\`).
2. Add a \`"typescript"\` configuration property if desired.
\`\`\`jsonc
{
Expand Down

0 comments on commit a9a4810

Please sign in to comment.