Skip to content

Commit 4177f3a

Browse files
0.5.0
1 parent 9fadb78 commit 4177f3a

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.changeset/add-verify-option.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 071e6d3: feat: add --verify option to verify git identity configuration
8+
9+
- Added `--verify` CLI option to run all 3 verification commands at once
10+
- Users can now use `gh-setup-git-identity --verify` instead of running individual commands
11+
- Works with `--local` flag for local repository configuration
12+
- Updated README with verification documentation and code blocks
13+
314
## 0.4.2
415

516
### 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.2",
3+
"version": "0.5.0",
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)