@vill-v/bumpp-gitcode 4.2.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/dist/{bump-BcYw_BGc.js → bump-DW_w9qLK.js} +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@ import consola from "consola";
|
|
|
4
4
|
//#region src/bump.ts
|
|
5
5
|
const createGitcodeRelease = async (options) => {
|
|
6
6
|
const access_token = options.config.accesstoken?.gitcode;
|
|
7
|
+
if (!access_token) throw new Error("未检测到 GitCode token,请执行 vbumpp token set gitcode 录入");
|
|
7
8
|
await (await createGithubLikeRelease({
|
|
8
9
|
baseURL: "https://api.gitcode.com/api/v5",
|
|
9
10
|
onRequest(context) {
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vill-v/bumpp-gitcode",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "whitekite",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"consola": "^3.4.2",
|
|
33
|
-
"@vill-v/bumpp": "
|
|
34
|
-
"@vill-v/bumpp-github": "
|
|
33
|
+
"@vill-v/bumpp": "5.0.0",
|
|
34
|
+
"@vill-v/bumpp-github": "5.0.0"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": "^20.19.0 || >=22.12.0"
|