Skip to content

Commit 5202587

Browse files
0.5.0
1 parent 2018405 commit 5202587

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.changeset/add-glab-setup-git-identity.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 5dcac2b: Implement glab-setup-git-identity - GitLab CLI (glab) based git identity setup
8+
9+
This is the initial implementation similar to gh-setup-git-identity but for GitLab.
10+
11+
Features:
12+
- Check GitLab CLI authentication status
13+
- Run interactive or token-based authentication
14+
- Get GitLab user information (username and email)
15+
- Configure git user.name and user.email from GitLab account
16+
- Support for global and local git config scopes
17+
- Dry-run mode for previewing changes
18+
- Support for self-hosted GitLab instances via hostname option
19+
- Full TypeScript type definitions included
20+
321
## 0.4.0
422

523
### 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": "glab-setup-git-identity",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Setup git identity using GitLab CLI (glab) - Configure git user.name and user.email from your GitLab account",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)