-
Notifications
You must be signed in to change notification settings - Fork 190
version to 7.15.2 #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version to 7.15.2 #449
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Npm publish | ||
|
|
||
| on: | ||
| release: | ||
| types: [published] | ||
|
|
||
| jobs: | ||
| publish: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: 12 | ||
| registry-url: https://registry.npmjs.org/ | ||
| - run: npm install | ||
| - run: npm run build | ||
| - run: npm publish | ||
| env: | ||
| NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,3 +25,5 @@ coverage/ | |
| .nyc_output/ | ||
| .idea | ||
| yarn.lock | ||
|
|
||
| .claude/settings.local.json | ||
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,8 @@ | ||||||||
| ## CHANGE LOG | ||||||||
|
|
||||||||
| ## 7.15.2 | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no blank line between the top-level
Suggested change
|
||||||||
| - 对象存储,修复 pfop pipeline 参数无效问题 | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changelog entry mentions a fix for the |
||||||||
|
|
||||||||
| ## 7.15.1 | ||||||||
| - 对象存储,开放分片上传部分接口 | ||||||||
|
|
||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ignores only
settings.local.jsoninside.claude/. Claude Code tooling may generate other files in that directory (e.g.settings.json, memory files, task lists). Consider broadening the pattern to avoid accidentally committing those in the future:If there are files under
.claude/that should be tracked (e.g. project-levelCLAUDE.mdor shared settings), you can unignore them explicitly with!.claude/CLAUDE.md.