File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2828 run : pnpm install
2929
3030 - name : Build docs
31- run : pnpm docs
31+ run : pnpm run docs
3232
3333 - name : Deploy to GitHub Pages
3434 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1818 run : npm install -g pnpm
1919 - run : pnpm install
2020 - run : pnpm run build
21+ - name : Set version to 0.0.1
22+ run : npm version 0.0.1 --no-git-tag-version
2123 - run : npx semantic-release --no-ci
2224 env :
2325 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "branches" : [" main" ],
33 "plugins" : [
4- " @semantic-release/commit-analyzer" ,
4+ [" @semantic-release/commit-analyzer" , {
5+ "preset" : " angular" ,
6+ "releaseRules" : [
7+ {"type" : " *" , "release" : " patch" }
8+ ]
9+ }],
510 " @semantic-release/release-notes-generator" ,
611 " @semantic-release/changelog" ,
712 " @semantic-release/npm" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " uni -dev-kit" ,
2+ "name" : " uniswap -dev-kit" ,
33 "version" : " 0.0.1" ,
44 "description" : " A modern TypeScript library for integrating Uniswap into your dapp." ,
55 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments