Skip to content

Commit 55c0dc1

Browse files
sungjun-lee2claude
andcommitted
feat: add automated release workflows and scripts
- Add GitHub Actions workflow for automatic releases on tag push - Add release automation script with comprehensive features - Add npm scripts for patch/minor/major version releases - Fix unused import in release script 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 377169f commit 55c0dc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/release.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { execSync } from 'child_process';
44
import fs from 'fs';
5-
import path from 'path';
65

76
const packageJson = JSON.parse(fs.readFileSync('package.json', 'utf8'));
87
const currentVersion = packageJson.version;

0 commit comments

Comments
 (0)