brainy/scripts
David Snelling e2373b798e **feat(scripts): add automated release workflow script**
- Introduced `release-workflow.js` to streamline the release process:
  - Automates version updates (`patch`, `minor`, `major`).
  - Generates changelogs based on commit messages.
  - Creates GitHub releases with autogenerated notes.
  - Publishes packages to NPM.
- Enhanced documentation in `README.md` with detailed release instructions, both automated and manual.
- Updated related test cases and ensured compatibility.

**Purpose**: Simplify and standardize the release
2025-07-31 13:40:28 -07:00
..
check-code-style.js feat(scripts, project): add comprehensive code style enforcement script and update style-related workflows 2025-06-30 09:51:53 -07:00
create-favicon.js **feat(cli, workers): introduce text encoding patches and worker improvements** 2025-07-04 14:42:33 -07:00
create-github-release.js **chore(release): bump version to 0.10.0 and refactor project structure** 2025-07-07 10:19:04 -07:00
encode-image.js Initial commit 2025-06-24 11:41:30 -07:00
patch-textencoder.js **chore(release): bump version to 0.10.0 and refactor project structure** 2025-07-07 10:19:04 -07:00
publish-cli.js **chore(release): enhance deployment workflows with GitHub release automation** 2025-07-04 12:29:38 -07:00
release-workflow.js **feat(scripts): add automated release workflow script** 2025-07-31 13:40:28 -07:00
update-readme.js Initial commit 2025-06-24 11:41:30 -07:00