기본 요건
다음 항목이 필요합니다.
- Scoop 패키지 관리자가 설치됨
- GitHub 계정을 사용하여 scoopinstaller/scoop-main <ph type="x-smartling-placeholder">
출시 프로세스
스쿠프 패키지는 유지 관리가 매우 쉽습니다. 릴리스 URL이 있으면 Bazel을 사용하려면 이 파일을 참고하세요.
- 버전 업데이트
- 필요한 경우 종속 항목 업데이트
- URL 업데이트
- 해시 업데이트 (기본값:
sha256
)
파일 시스템에서 bazel.json
는 디렉터리에 있습니다.
기본적으로 %UserProfile%/scoop/buckets/main/bucket
입니다. 이 디렉터리는
Git 저장소의 클론
scoopinstaller/scoop-main).
결과를 테스트합니다.
scoop uninstall bazel
scoop install bazel
bazel version
bazel something_else
먼저, 포크를
scoopinstaller/scoop-main 및
%UserProfile%/scoop/buckets/main
의 자체 리모컨으로 지정합니다.
git remote add mine FORK_URL
변경사항을 포크로 푸시하고 pull 요청을 만듭니다.