chore: prepare for release #1
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to improve the development workflow, enforce commit message standards, and enhance the release process. Key changes include the addition of CI and release workflows, integration of
commitlintandhuskyfor commit message validation, and updates to thepackage.jsonfor dependency and script management.CI and Release Workflows:
.github/workflows/ci.yml) to run linting, build, and test processes on pull requests and pushes to themainbranch..github/workflows/release.yml) to automate the release process usingsemantic-release. This includes dependency verification and provenance checks.Commit Message Validation:
commitlintwith conventional commit rules incommitlint.config.cjsto enforce standardized commit messages.huskyhook (.husky/commit-msg) to validate commit messages during the commit process.Dependency and Script Updates:
package.jsonto include@commitlint/cli,@commitlint/config-conventional,husky, andsemantic-releaseas dev dependencies. [1] [2]preparescript inpackage.jsonto includehuskyinitialization.Miscellaneous:
package.json(@auth0/auth0-cloudflare-agent-api→@auth0/auth0-cloudflare-agents-api).