Skip to content

Commit 5586ef8

Browse files
github-actions[bot]github-actionsQbandev
authored
5.2.0 (#260)
This is the release candidate for version 5.2.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jorge Carrasco <jorge.carrasco@consensys.net>
1 parent c267d3a commit 5586ef8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.2.0]
11+
12+
### Added
13+
14+
- Deduplicate commits with no PR number in subject ([#254](https://github.com/MetaMask/auto-changelog/pull/254))
15+
- For commits with no PR number in the subject (non-"Squash & Merge" commits), deduplication now checks if exact description text already exists in changelog
16+
- Merge commits are deduplicated using commit body instead of the generic merge subject
17+
1018
## [5.1.0]
1119

1220
### Added
@@ -20,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2028
- The `updateChangelog` function also supports this option
2129

2230
### Changed
31+
2332
- Update `auto-changelog update --autoCategorize` to exclude entries with certain phrases or Conventional Commit prefixes ([#247](https://github.com/MetaMask/auto-changelog/pull/247))
2433
- If commit messages have the following prefixes they will not be automatically added to the changelog:
2534
- `style`
@@ -254,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
254263
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
255264
- Configurable repository URL, version, and changelog file path ([#33](https://github.com/MetaMask/auto-changelog/pull/33), [#31](https://github.com/MetaMask/auto-changelog/pull/31), [#30](https://github.com/MetaMask/auto-changelog/pull/30))
256265

257-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...HEAD
266+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.2.0...HEAD
267+
[5.2.0]: https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.2.0
258268
[5.1.0]: https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0
259269
[5.0.2]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...v5.0.2
260270
[5.0.1]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/auto-changelog",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)