Skip to content

Commit 93eee35

Browse files
0.3.1
1 parent c93ba56 commit 93eee35

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/fix-release-notes-formatting.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gh-setup-git-identity
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 51dceeb: Fix release notes formatting to support Major and Minor changes
8+
9+
Previously, the format-release-notes.mjs script only looked for "### Patch Changes" sections in release notes. This caused releases with Minor or Major changes (like v0.3.0) to not be properly formatted with PR links and npm badges.
10+
11+
Updated the regex pattern to handle all three change types (Major, Minor, and Patch), matching the release template from test-anywhere repository.
12+
313
## 0.3.0
414

515
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-setup-git-identity",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A tool to setup git identity based on current gh user",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)