Skip to content

Commit

Permalink
chore(*): set "git" to false in release config
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Oct 10, 2024
1 parent 20f8c11 commit 02a6a0c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/approval-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/approval-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/azure-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/azure-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/browser-extension-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/browser-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/fireblocks-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/fireblocks-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/hashicorp-vault-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/hashicorp-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/local-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/local-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/signing-manager-types@${version}",
"branches": [
{ "name": "main" },
Expand Down
1 change: 1 addition & 0 deletions packages/walletconnect-signing-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"github": true,
"changelog": true,
"npm": true,
"git": false,
"tagFormat": "@polymeshassociation/walletconnect-signing-manager@${version}",
"branches": [
{ "name": "main" },
Expand Down

0 comments on commit 02a6a0c

Please sign in to comment.