Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Sep 24, 2024
2 parents 8a9cd05 + 0043822 commit 161245e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

generate-git-short-sha:
name: Generate git short sha
Expand Down
9 changes: 0 additions & 9 deletions .release-please-manifest.json

This file was deleted.

15 changes: 4 additions & 11 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"release-type": "node",
"release-type": "simple",
"pull-request-header": "New release!",
"initial-version": "1.0.0",
"packages": {
".": {},
"packages/bff": {},
"packages/docs": {},
"packages/docusaurus-tldraw-plugin": {},
"packages/frontend": {},
"packages/storybook": {}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"initial-version": "0.8.0",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "62da0e35a12d4508b5a9e5c6a64b5a3666356cfb"
}

0 comments on commit 161245e

Please sign in to comment.