Commit cdd7f02
fix: updating build artifacts (#33)
* feat: add semantic-release for automated versioning and publishing
- Add semantic-release with changelog and git plugins
- Configure releases on master (full) and feature/* branches (prerelease)
- Update GitHub Actions to run semantic-release after successful builds
- Remove unused blanket.js coverage tool (replaced by nyc)
- Update Gruntfile to remove blanket dependency
Semantic-release will:
- Analyze commits to determine version bump
- Update package.json with new version
- Generate/update CHANGELOG.md
- Create GitHub release with release notes
- Publish to npm
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix:
- adding test for invalid regex
- removing unused files
* fix: updating
* feat(ci): add separate prerelease stage for non-master branches
- Split release job into 'release' (master only) and 'prerelease' (all other branches)
- Update .releaserc.json to support any branch as prerelease with wildcard pattern
- Prerelease versions use branch name as identifier (e.g., 1.2.0-feature-foo.1)
- Prereleases published to 'next' npm channel
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: updating
* fix: updating
* feat(ci): add pre-release stage for feature branches
- Add pre-release job that runs on feature/* branches (not master)
- Update .releaserc.json to specifically match feature/* branches
- Prereleases strip 'feature/' prefix from version identifier
- Example: feature/foo creates 1.2.0-foo.1 on 'next' npm channel
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: updating
* fix: updating
* fix: updating
* fix: updating releaserc
* fix: updating build artifacts
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent b02d23a commit cdd7f02
3 files changed
+25
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
18 | 15 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
23 | 19 | | |
24 | | - | |
| 20 | + | |
25 | 21 | | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments