-
-
Notifications
You must be signed in to change notification settings - Fork 260
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: honkit/honkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: honkit/honkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 29 files changed
- 4 contributors
Commits on Sep 8, 2025
-
feat: migrate to npm trusted publishing with OIDC (#474)
* feat: migrate to npm trusted publishing with OIDC - Replace NPM_TOKEN with OIDC authentication - Add id-token permission for GitHub Actions - Enable npm provenance for published packages - Add workflow to check package provenance status - Fix template injection vulnerabilities * Refactor code structure for improved readability and maintainability * ci: disable credential persistence for checkout actions * fix: change prepublish to prepublishOnly to prevent lib cleanup during install The prepublish script was running during pnpm install and cleaning the lib directory, causing "Cannot find module '../lib/bin.js'" error in CI. Changed to prepublishOnly so it only runs during actual npm publish. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: use double quotes for pnpm filter to support Windows The single quotes in pnpm filter commands were not working on Windows PowerShell, causing "No projects matched the filters" error in CI. Changed to escaped double quotes for cross-platform compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * chore: remove unused commit-version script Removed commit-version script as it's no longer needed with the new CI workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 811beca - Browse repository at this point
Copy the full SHA 811becaView commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7b8d02 - Browse repository at this point
Copy the full SHA f7b8d02View commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaf14e1 - Browse repository at this point
Copy the full SHA aaf14e1View commit details -
fix: update release workflow for npm OIDC publishing (#478)
- Add npm environment to release job for OIDC authentication - Separate build and publish steps in release workflow - Remove unused release script from package.json - Use npm commands directly for publishing with provenance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c43f517 - Browse repository at this point
Copy the full SHA c43f517View commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8540b4f - Browse repository at this point
Copy the full SHA 8540b4fView commit details -
fix: use pnpm for npm publish in release workflow (#480)
- Switch from npm to pnpm for consistent package manager usage - Add --no-git-checks flag for CI environment - Properly handle private packages in workspace 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 912e57f - Browse repository at this point
Copy the full SHA 912e57fView commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 474fc68 - Browse repository at this point
Copy the full SHA 474fc68View commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd6fde5 - Browse repository at this point
Copy the full SHA bd6fde5View commit details -
fix: Update repository URLs for npm OIDC publishing (#483)
- Update @honkit/markup-it package.json repository URL from GitbookIO to honkit/honkit - Update font-awesome package.json for consistency (not published to npm) - Fixes npm publish error: repository.url must match GitHub Actions environment
Configuration menu - View commit details
-
Copy full SHA for c34a280 - Browse repository at this point
Copy the full SHA c34a280View commit details -
Co-authored-by: azu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ba1d73 - Browse repository at this point
Copy the full SHA 1ba1d73View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.4...v6.1.4