Skip to content

feat: add CI semantic-release for npm and GitHub#6

Merged
hsluoyz merged 6 commits intomasterfrom
copilot/add-ci-scripts-for-tests
Feb 2, 2026
Merged

feat: add CI semantic-release for npm and GitHub#6
hsluoyz merged 6 commits intomasterfrom
copilot/add-ci-scripts-for-tests

Conversation

Copy link
Contributor

Copilot AI commented Feb 2, 2026

fix: #5

@hsluoyz
Copy link
Member

hsluoyz commented Feb 2, 2026

@nodece @Shivansh-yadav13 please review

@CLAassistant
Copy link

CLAassistant commented Feb 2, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ hsluoyz
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

@hsluoyz hsluoyz marked this pull request as ready for review February 2, 2026 16:54
Copilot AI and others added 3 commits February 2, 2026 16:56
- Enhanced CI workflow with build step and specific branch triggers
- Added semantic-release workflow for automated releases to npm and GitHub
- Configured semantic-release with changelog and git plugins
- Updated TypeScript to v4.9.5 to fix build compatibility
- Added .prettierignore to exclude build artifacts
- Updated .gitignore to exclude lib folder

Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CI scripts to run tests and do semantic-release feat: Add CI automation and semantic-release for npm and GitHub Feb 2, 2026
Copilot AI requested a review from hsluoyz February 2, 2026 17:01
@hsluoyz hsluoyz changed the title feat: Add CI automation and semantic-release for npm and GitHub feat: add CI semantic-release for npm and GitHub Feb 2, 2026
@hsluoyz hsluoyz merged commit 9cddc13 into master Feb 2, 2026
1 of 2 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 2, 2026
# [0.1.0](v0.0.2...v0.1.0) (2026-02-02)

### Bug Fixes

* Changed string to Date for SessionRole time. ([3d995de](3d995de))

### Features

* add CI semantic-release for npm and GitHub ([#6](#6)) ([2464c1a](2464c1a))
* modernize CI workflow and README, fix the code ([3a63d70](3a63d70))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] need to add CI scripts to run tests for each pull request and do semantic-release after each PR merge (release both to npmjs and GitHub Releases)

3 participants