Skip to content

Commit

Permalink
chore: Bump package version 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwebster committed Aug 5, 2023
1 parent 120e092 commit dd78135
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sethwebster/ava-commit",
"version": "0.0.24",
"version": "0.0.25",
"description": "",
"main": "./src/index.ts",
"type": "module",
Expand Down
19 changes: 12 additions & 7 deletions src/lib/promptTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,18 @@ const releaseNotes = new PromptTemplate({
{summaries}
-- example output --
Summary
- additional info line 1
- additional info line 2
- additional info line 3
- additional info line 4
- additional info line 5
...
# Release notes for <new version>!
## New Features
Added a bunch of new features like Automatic Updating, Release Notes, and more!
- Command line now offers a 'release-notes' command - this compares diffs between tags and writes your notes for you.
- Command line now offers an 'update' command - this updates the command line to the latest version.
- Thanks to the new 'update' command, you can now run 'ava-commit update' to update the command line.
etc.
# Bug Fixes
Fixed a bunch of bugs!
- bug 1
-- output --
Output:
{{output}}
Expand Down

0 comments on commit dd78135

Please sign in to comment.