Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 548 Bytes

Shogitter Lib

A monorepo of libraries for Shogi variants (変則将棋、フェアリー将棋). This is used for 将棋ったー (shogitter.com)

How to publish

cd packages/core
pnpm version <patch|minor|major>
cd ../ai
pnpm version <patch|minor|major>
git add ../..
git ci -m "chore: bump versions"
cd ../core
pnpm publish
cd ../ai
pnpm publish