Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: 关闭自动release
Browse files Browse the repository at this point in the history
  • Loading branch information
xinming.lxj committed May 25, 2021
1 parent 13ff212 commit 95df674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions @antv/gatsby-theme-antv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/gatsby-theme-antv",
"description": "Ant Visualization solution home page",
"version": "1.1.3",
"version": "1.1.4",
"author": "AntV Team <[email protected]>",
"keywords": [
"gatsby",
Expand Down Expand Up @@ -122,7 +122,7 @@
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it",
"release": "release-it",
"copy:components": "mkdir -p lib && cp -R .tmp/@antv/gatsby-theme-antv/site/components lib && cp site/components/*.less ./lib/components && cp site/common.json ./lib && cp -R site/images ./lib",
"compile:components": "rm -rf .tmp lib && ../../node_modules/.bin/tsc --outDir .tmp --noEmit false -d && npm run copy:components",
"test": "jest"
Expand All @@ -132,7 +132,7 @@
"commitMessage": ":sparkles: Release ${version}"
},
"github": {
"release": true
"release": false
},
"hooks": {
"before:init": [
Expand Down

0 comments on commit 95df674

Please sign in to comment.