Skip to content

Commit e4ffc26

Browse files
CopilotTayDa64
andcommitted
Address code review feedback
- Fixed changelog filename references to match actual file (changelog.md) - Added comment in .npmignore explaining .github/ exclusion for transparency - Ensured consistency across documentation Co-authored-by: TayDa64 <976929+TayDa64@users.noreply.github.com>
1 parent 56e8c3c commit e4ffc26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ changelog.md
1111
OVERLAY_PROOF.png
1212

1313
# Project management
14+
# Note: .github/ is excluded to reduce package size.
15+
# Workflow files are still visible in the GitHub repository for transparency.
1416
.github/
1517
.git/
1618
.gitignore

RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes the process for creating and publishing a new release of
99
- [ ] All planned features/fixes are merged to `main`
1010
- [ ] All tests are passing
1111
- [ ] Documentation is up to date
12-
- [ ] CHANGELOG.md is updated with release notes
12+
- [ ] changelog.md is updated with release notes
1313
- [ ] No known critical bugs
1414

1515
### 2. Version Bump

0 commit comments

Comments
 (0)