Skip to content

Commit

Permalink
Merge pull request #923 from lukso-network/build/release-config-remai…
Browse files Browse the repository at this point in the history
…ning-packages

build: add remaining packages in `release-please-config.json`
  • Loading branch information
CJ42 authored Mar 7, 2024
2 parents 6716938 + d4d0de7 commit 01a01dc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@
"packages/lsp17contractextension-contracts/contracts/Version.sol"
]
},
"packages/lsp20-contracts": {
"component": "lsp20-contracts",
"package-name": "@lukso/lsp20-contracts",
"include-component-in-tag": true,
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc"
},
"packages/lsp23-contracts": {
"component": "lsp23-contracts",
"package-name": "@lukso/lsp23-contracts",
Expand All @@ -196,6 +206,26 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc"
},
"packages/lsp25-contracts": {
"component": "lsp25-contracts",
"package-name": "@lukso/lsp25-contracts",
"include-component-in-tag": true,
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc"
},
"packages/universalprofile-contracts": {
"component": "universalprofile-contracts",
"package-name": "@lukso/universalprofile-contracts",
"include-component-in-tag": true,
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 01a01dc

Please sign in to comment.