chore: Enhance CI/CD workflows, documentation, and Node versioning - #19
Merged
Conversation
…ioning - Introduced CI workflow to run tests, type checks, and builds on pull requests and pushes to main. - Added deployment workflow for GitHub Pages to publish static content. - Created verification and release workflow to ensure integrity and automate releases. - Added project documentation files detailing project info, development process, and rules. - Established Node.js versioning with a new .nvmrc file to standardize the environment. - Removed outdated npm publish workflow.
- Added TypeDoc as a dependency to generate API documentation. - Introduced a new npm script for generating documentation (`npm run docs`). - Updated .gitignore to exclude the generated `docs/` folder. - Revised project documentation to include instructions for generating API docs.
- Added `semantic-release` as a development dependency for automated versioning and release management. - Updated the CI workflow to include type-checking and build steps before running tests, ensuring code integrity. - Revised project documentation to reflect changes in the CI process and added details about the new `publishConfig` settings in `package.json`.
- Introduced a new markdown file detailing the process for implementing features, bug fixes, or tasks as described in GitHub issues. - Outlined the authoritative workflow, getting started instructions, and non-negotiable guidelines for handling issues. - Emphasized the importance of following project documentation and approval gates throughout the implementation process.
This was referenced Jul 20, 2026
|
🎉 This PR is included in version 0.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.