Skip to content

Tags: ktny/ccstat

Tags

v2.0.5

Toggle v2.0.5's commit message
chore: update version to 2.0.5 and enhance README with project filter…

…ing option

v2.0.4

Toggle v2.0.4's commit message
chore: bump version to 2.0.4

v2.0.3

Toggle v2.0.3's commit message
fix: correct binary and main paths in package.json

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v2.0.2

Toggle v2.0.2's commit message
feat: update package structure and add tsdown for build process

- Changed main entry point from `dist/index.js` to `dist/cli/index.js`
- Updated bin command for `ccstat` to point to the new CLI entry
- Replaced build script with `tsdown` for streamlined TypeScript compilation
- Added `tsdown` as a dependency
- Created `tsdown.config.ts` for configuration of the build process
- Included additional dependencies in `package-lock.json` for new modules

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #91 from ktny/fix/npx-execution-error

fix: npx ccstat実行エラーを修正

v2.0.0

Toggle v2.0.0's commit message
fix: semantic-release設定を修正してブランチ保護ルールとの競合を回避

@semantic-release/gitプラグインを削除し、GitHubリリースのみに依存する設定に変更
これによりmainブランチへの直接プッシュを回避

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.0

Toggle v1.0.0's commit message
fix: update installation instructions to use version v1.0.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.1.3

Toggle v0.1.3's commit message
fix: update installation instructions to use version v0.1.3

v0.1.2

Toggle v0.1.2's commit message
fix: resolve ldflags syntax error in release workflow

- Remove problematic BUILD_FLAGS variable that caused quoting issues
- Inline ldflags directly in go build commands
- Fixes release workflow failure for v0.1.2

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.1.1

Toggle v0.1.1's commit message
fix: correct ldflags syntax in release workflow

- Fix ldflags quoting: -ldflags=-s → -ldflags="-s -w ..."
- Resolves 'flag provided but not defined: -w' error
- Enables proper version injection in release builds

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>