File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - release
1111 # release:
1212 # types: [published]
13-
13+ permissions :
14+ id-token : write # Required for OIDC
15+ contents : write
1416jobs :
1517 test :
1618 runs-on : ubuntu-latest
1921 - uses : pnpm/action-setup@v4
2022 - uses : actions/setup-node@v4
2123 with :
22- node-version : ' 22 .x'
24+ node-version : ' 24 .x'
2325 cache : pnpm
2426
2527 - run : pnpm i --frozen-lockfile
5355
5456 - run : pnpm i --frozen-lockfile
5557 - run : pnpm build
58+ - run : npm install -g npm@latest
5659 - name : Publish to npm
57- run : npm publish --provenance --access public
58- env :
59- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
60+ run : npm publish --access public
6061
6162 - name : 获取 commit message
6263 id : commit
Original file line number Diff line number Diff line change 11name : Update data
22
33on :
4- # 允许在界面上手动触发
4+ # 允许在 Github Action 界面上手动触发
55 workflow_dispatch :
66
77permissions :
Original file line number Diff line number Diff line change 22
33英文 changelog 内容请访问 [ CHANGELOG] ( CHANGELOG.md )
44
5+ ## [ 3.5.1] ( https://github.com/TerryZ/v-region/compare/v3.5.0...v3.5.1 ) (2026-03-27)
6+
7+ ### 新特性
8+
9+ - 行政区划数据更新至 ` 2026年03月25日 ` 版本
10+
511## [ 3.5.0] ( https://github.com/TerryZ/v-region/compare/v3.4.1...v3.5.0 ) (2025-10-11)
612
713### 新特性
Original file line number Diff line number Diff line change 22
33Please refer to [ CHANGELOG-CN] ( CHANGELOG-CN.md ) for Chinese changelog
44
5+ ## [ 3.5.1] ( https://github.com/TerryZ/v-region/compare/v3.5.0...v3.5.1 ) (2026-03-27)
6+
7+ ### Features
8+
9+ - Administrative division data updated to ` 2026-03-25 `
10+
511## [ 3.5.0] ( https://github.com/TerryZ/v-region/compare/v3.4.1...v3.5.0 ) (2025-10-11)
612
713### Features
You can’t perform that action at this time.
0 commit comments