parent
3d6d11baac
commit
d02fd6b9ce
@ -24,10 +24,11 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name 'zhaoyingbo'
|
||||
git config --global user.email 'zhaoyingbo@live.cn'
|
||||
npx lerna version patch --yes
|
||||
npx lerna version patch --yes --since master
|
||||
git push --follow-tags
|
||||
|
||||
- name: Publish packages
|
||||
run: |
|
||||
git update-index --assume-unchanged .npmrc
|
||||
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
|
||||
npx lerna publish from-package --yes
|
||||
npx lerna publish from-package --yes --since master
|
||||
|
@ -1,10 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 1.0.1 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/logger",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Logger for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -20,4 +20,4 @@
|
||||
"winston": "*",
|
||||
"winston-daily-rotate-file": "*"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 1.0.1 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Net Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,10 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 1.0.1 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/path-tool",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Path Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -16,4 +16,4 @@
|
||||
],
|
||||
"author": "RainSun <zhaoyingbo@live.cn>",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user