ci: attach package tarballs to GitHub Releases#129
Merged
Conversation
- Enable changesets publish and add post-publish step that uploads .tgz to corresponding GitHub Releases - Fix @types/navermaps@3.9.1 type name changes: strokeStyleType → StrokeStyleType, strokeLineCapType → StrokeLineCapType, strokeLineJoinType → StrokeLineJoinType - Fix Polygon paths type: KVOArrayOfCoords[] → KVOArray<KVOArrayOfCoords> - Fix Marker and NaverMap type assertion for stricter type checks - Fix next-docz build: add skipLibCheck, suppress prettier type error - Fix import order and type assertion in marker.spec.tsx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade deploy-website and deploy-next-website workflows: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, Node 22, remove hardcoded pnpm version - Add CI workflow for pull requests (build, lint, test) - Update packageManager to pnpm@10.30.1 - Add changeset for loadNavermapsScript fix and lodash-es migration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.tgz를 GitHub Release asset으로 업로드하는 step 추가@types/navermaps@3.9.1타입명 변경에 맞춰 빌드 에러 수정 (strokeStyleType→StrokeStyleType등)packageManager를pnpm@10.30.1로 업데이트🤖 Generated with Claude Code