Skip to content

Commit 481e446

Browse files
0.3.0
1 parent ce8aa6c commit 481e446

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/auto-gh-auth-login.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8c146cc: Automatically run `gh auth login` when GitHub CLI is not authenticated, enabling single-command setup instead of requiring manual login first
8+
39
## 0.2.3
410

511
### 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.2.3",
3+
"version": "0.3.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)