par5-mcp 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,6 +16,7 @@ jobs:
|
|
|
16
16
|
enhance:
|
|
17
17
|
name: Enhance release notes with Claude
|
|
18
18
|
runs-on: ubuntu-latest
|
|
19
|
+
continue-on-error: true
|
|
19
20
|
permissions:
|
|
20
21
|
contents: write
|
|
21
22
|
id-token: write
|
|
@@ -28,7 +29,7 @@ jobs:
|
|
|
28
29
|
- name: Write release notes with Claude
|
|
29
30
|
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1
|
|
30
31
|
with:
|
|
31
|
-
|
|
32
|
+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
32
33
|
claude_args: --allowedTools "Bash(git log:*),Bash(git describe:*),Read,Write"
|
|
33
34
|
prompt: |
|
|
34
35
|
Write an exciting, polished GitHub release body for par5-mcp ${{ inputs.tag }} and save it to `release-notes.md`.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.4](https://github.com/mathematic-inc/par5-mcp/compare/v0.2.3...v0.2.4) (2026-03-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Make release notes job non-blocking ([#12](https://github.com/mathematic-inc/par5-mcp/issues/12)) ([36bfb9d](https://github.com/mathematic-inc/par5-mcp/commit/36bfb9d2bb8c6ef3f418ce2eeea1196fc740d0a2))
|
|
9
|
+
* Restore id-token permission for release notes workflow ([#11](https://github.com/mathematic-inc/par5-mcp/issues/11)) ([2fdb6fe](https://github.com/mathematic-inc/par5-mcp/commit/2fdb6feaf4634bfbd32a3570c1321824177d9b98))
|
|
10
|
+
* Use ANTHROPIC_API_KEY for release notes workflow ([#9](https://github.com/mathematic-inc/par5-mcp/issues/9)) ([4efbebb](https://github.com/mathematic-inc/par5-mcp/commit/4efbebbb549d0cf616615e06b878e0d67f5e9030))
|
|
11
|
+
|
|
3
12
|
## [0.2.3](https://github.com/mathematic-inc/par5-mcp/compare/v0.2.2...v0.2.3) (2026-03-11)
|
|
4
13
|
|
|
5
14
|
|