release: alpha 3 프로젝트 맥락 릴리즈 준비#4
Merged
Merged
Conversation
- 전체 package version 0.1.0-alpha.3 bump - changelog와 release guide 갱신 - pnpm 11 allowBuilds 설정 추가 - release check 검증
- packageManager 기준으로 pnpm action setup - alpha 3 release check 재검증
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.
TL;DR
0.1.0-alpha.3으로 bumpallowBuilds.esbuild설정 추가맥락
Project context analyzer가 main에 merge되었지만 npm registry의
workcue@alpha/latest는 아직0.1.0-alpha.2라 설치 사용자는 새 기능을 받을 수 없음. alpha.3 릴리즈 후보를 준비해 package tarball과 설치 smoke를 검증변경사항
0.1.0-alpha.3정렬CHANGELOG.mdalpha.3 release note 추가docs/release.mdtag/deprecate 예시 alpha.3 갱신pnpm-workspace.yaml에allowBuilds.esbuild: true추가검증
CI=true pnpm installpnpm release:check--version->0.1.0-alpha.3npm view workcue@0.1.0-alpha.3 versionpublish 전 404 확인남은 위험
workcue@alpha,workcue@latest, 핵심@workcue/*dist-tag 검증 필요Obsidian 기록
3061fae docs: alpha 3 릴리즈 준비 기록 추가