Skip to content

Commit

Permalink
ci: setup init point, update lerna.json manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Zielak committed Nov 7, 2023
1 parent 20364f1 commit 31c2b04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
--token=$GITHUB_TOKEN \
--repo-url=Zielak/cardsGame
PACKAGE_VERSION=$(cat package.json | jq -r '.version')
jq --arg pkg "$PACKAGE_VERSION" '.version = $pkg' lerna.json > lerna.json.tmp
mv lerna.json.tmp lerna.json
release:
executor: my-executor
steps:
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.0.0",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"plugins": ["node-workspace"],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
Expand All @@ -10,5 +9,6 @@
"prerelease": false
}
},
"bootstrap-sha": "dc61f246355bed0b28de96b454bf5e0790efe841",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 31c2b04

Please sign in to comment.