File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 version : 9.12.3
6363
6464 - name : Install release tooling
65- run : pnpm install --no -lockfile
65+ run : pnpm install --frozen -lockfile --prefer-offline
6666
6767 - name : Configure Git user
6868 run : |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Network-ready Elytra racing minigame built on Paper with an ECS-driven architect
1818## Getting Started
19191 ) Install JDK 21.
20202 ) Build: ` ./gradlew build ` .
21- 3 ) (Releases) Install pnpm 9 and run ` pnpm install ` for release tooling.
21+ 3 ) (Releases) Install pnpm 9 and run ` pnpm install --frozen-lockfile ` for release tooling.
2222
2323## Release Flow (semantic-release)
2424- Branches: ` main ` /` master ` ; prerelease channel ` alpha ` (branch ` alpha ` ).
Original file line number Diff line number Diff line change 1919 "@semantic-release/git" : " 10.0.1" ,
2020 "@semantic-release/github" : " 9.0.2" ,
2121 "@semantic-release/release-notes-generator" : " 12.1.0" ,
22- "@types/ini" : " 4.1.2 " ,
22+ "@types/ini" : " 4.1.1 " ,
2323 "semantic-release" : " 23.0.0" ,
2424 "ini" : " 4.1.1" ,
2525 "ts-node" : " 10.9.2" ,
You can’t perform that action at this time.
0 commit comments