Skip to content

Commit

Permalink
Merge pull request #997 from lukso-network/build/release-as-removal
Browse files Browse the repository at this point in the history
build: remove hardcoded release version to continue with conventional commits
  • Loading branch information
CJ42 authored Jan 14, 2025
2 parents e05cb5f + dbfb829 commit 7eb7568
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp0-contracts": {
"component": "lsp0-contracts",
Expand Down Expand Up @@ -61,8 +60,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp4-contracts": {
"component": "lsp4-contracts",
Expand All @@ -72,8 +70,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp5-contracts": {
"component": "lsp5-contracts",
Expand Down Expand Up @@ -104,8 +101,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp8-contracts": {
"component": "lsp8-contracts",
Expand All @@ -115,8 +111,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp9-contracts": {
"component": "lsp9-contracts",
Expand Down Expand Up @@ -177,8 +172,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.16.2"
"prerelease-type": "rc"
},
"packages/lsp17contractextension-contracts": {
"component": "lsp17contractextension-contracts",
Expand All @@ -189,8 +183,7 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"extra-files": ["contracts/Version.sol"],
"release-as": "0.16.2"
"extra-files": ["contracts/Version.sol"]
},
"packages/lsp20-contracts": {
"component": "lsp20-contracts",
Expand Down Expand Up @@ -241,8 +234,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.1.2"
"prerelease-type": "rc"
},

"packages/lsp26-contracts": {
Expand All @@ -253,8 +245,7 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease-type": "rc",
"release-as": "0.1.2"
"prerelease-type": "rc"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 7eb7568

Please sign in to comment.