Skip to content

Commit 5787a19

Browse files
2214962083claude
andauthored
fix: update release workflow and documentation (#13)
* chore: remove obsolete VibeSync configuration files and update changelog links * chore: update package references to @nicepkg/vsync and release version 1.0.9 * chore: update package.json with repository details, author information, and keywords * chore: update package.json description to clarify functionality of the CLI tool * chore: remove obsolete changeset for version 10 * feat: add isMainModule function to determine if the current module is the main entry point * fix: resolve CLI functionality issue * docs: add full documentation link to README files * chore: add changeset for release v1.0.9 with patch for @nicepkg/vsync * chore: update documentation links to absolute paths and remove obsolete changeset * build: migrate from changesets to semantic-release Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: update release command in GitHub Actions workflow --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1f39e61 commit 5787a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Run semantic-release
6262
if: steps.package-check.outputs.exists == 'true'
63-
run: pnpm run semantic-release
63+
run: pnpm run release
6464
env:
6565
SEMREL_PKG_ROOT: ${{ matrix.package.dir }}
6666
SEMREL_PKG_NAME: ${{ matrix.package.name }}

0 commit comments

Comments
 (0)