Skip to content

Commit 2e1e8f5

Browse files
0.2.0
1 parent 2998208 commit 2e1e8f5

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

.changeset/update-ci-cd-pipeline.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# gh-setup-git-identity
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- b8ecb63: Update CI/CD pipeline and testing framework to match test-anywhere patterns
8+
9+
- Consolidate GitHub Actions workflow into single release.yml file
10+
- Add unified test matrix for Node.js, Bun, and Deno across Ubuntu, macOS, and Windows
11+
- Add Node.js scripts for release automation (validate-changeset, version-and-commit, publish-to-npm, etc.)
12+
- Add support for manual releases via workflow_dispatch (instant and changeset-pr modes)
13+
- Add npm OIDC trusted publishing support
14+
- Add GitHub release formatting with shields.io badges and PR links
15+
- Update changeset configuration to use @changesets/cli/changelog
16+
- Add changeset:status script for checking changeset status

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.1.0",
3+
"version": "0.2.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)