Skip to content

Commit 50287c1

Browse files
0.4.2
1 parent a5d20bb commit 50287c1

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.changeset/improve-output-formatting.md

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

CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 72d4185: Improve output formatting with better organization and verification commands
8+
9+
- Added blank lines between major sections for better visual grouping
10+
- Applied consistent indentation (2 spaces) to detail lines under section headers
11+
- Added helpful verification commands suggestion at the end of output
12+
- Updated README.md to reflect the new output format
13+
- Makes output more readable and professional while providing actionable next steps
14+
315
## 0.4.1
416

517
### Patch 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.4.1",
3+
"version": "0.4.2",
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)