Skip to content

Commit

Permalink
Use imperative mood in changelog entry (#131)
Browse files Browse the repository at this point in the history
* Use imperative mood in changelog entry

The imperative mood is generally recommended for git commit messages.
Git uses it for things like "Revert ..." or "Merge ..." and dependabot
uses it in the [commit message][1]. This changes the changelog helper to
use the imperative mood for consistency.

[1]: 11616d3

---------

Signed-off-by: Andrew Ross <andrross@amazon.com>
Co-authored-by: dangoslen <dangoslen@users.noreply.github.com>
  • Loading branch information
andrross and dangoslen committed Feb 24, 2023
1 parent 09fcd44 commit ff1fe41
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 65 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [UNRELEASED]
### Changed
- Use imperative mood in changelog entry by default

### Dependencies
- Bumps `typescript` from 4.9.4 to 4.9.5
- Bumps `eslint` from 8.32.0 to 8.34.0
Expand Down Expand Up @@ -82,4 +85,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `eslint` from 7.17.0 to 7.21.0
- Bumps `@types/node` from 14.14.30 to 14.14.31
- Bumps `eslint-plugin-jest` from 24.1.3 to 24.1.5
- Bumps `eslint-plugin-jest` from 24.1.3 to 24.1.5
Loading

0 comments on commit ff1fe41

Please sign in to comment.