feat: release please integration#144
Merged
ho-man-chan merged 15 commits intoproductionfrom Jan 15, 2026
Merged
Conversation
chore: update package and use node 18
* feat: mathjax-3 * physics wip * wip add test cases * wip add gh action * add matrix test and handle htmlentities * strip require and improve tests
* feat: base 64 formulas support * different test for gh * gh approach * fix asciimath parameters * remove console * mathml with base64
* chore: add claudia deploy instruction to use linux dependencies * improve readme --------- Co-authored-by: Oscar Arzola <oscararzola@gmail.com>
* improve tests * improve tests * remove log * remove log * remove log
* fix: mathml % on other tags * non optional
* feat: add Release Please for automated versioning and releases - Add release-please workflow with function.zip artifact on release - Add release-please config and manifest files - Update tests workflow to run on production branch - Update README with release process documentation - Remove obsolete claudia.json (replaced by CodePipeline) * docs: add CHANGELOG.md and link in README
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.
This pull request introduces automated release management and deployment improvements, streamlining the process for production releases and updating documentation to reflect these changes. It also removes legacy configuration files and updates CI workflows to include the production branch.
Automated Release and Deployment:
.github/workflows/release-please.yml) to automate release creation and artifact packaging using Release Please and upload the deployment ZIP to GitHub Releases.README.mdto describe the new automated deploy pipeline and release/versioning process, replacing manual Claudia.js instructions with details about CodePipeline and Release Please.Continuous Integration Updates:
.github/workflows/tests.yml) to run on bothdevandproductionbranches, ensuring tests are executed for production releases.Cleanup of Legacy Configuration:
claudia.jsonconfiguration file, as Claudia.js is no longer used for deployment.Minor Code Cleanup:
src/imageGenerator.jsfor improved code clarity.