Skip to content

Commit

Permalink
Remove changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 6, 2025
1 parent c66911c commit 7a6ca0c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
pages: write
id-token: write
steps:
- run: |
echo ${{ needs.compare-version.outputs.has_changed }}
exit 1
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/install-npm-deps
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
contents: write

steps:
- run: |
echo ${{ needs.compare-version.outputs.has_changed }}
exit 1
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/install-npm-deps
Expand Down
13 changes: 0 additions & 13 deletions packages/connect/CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/demo/CHANGELOG.md

This file was deleted.

13 changes: 0 additions & 13 deletions packages/extension/CHANGELOG.md

This file was deleted.

3 changes: 3 additions & 0 deletions packages/json-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### @msw-devtools/json-config

WIP

0 comments on commit 7a6ca0c

Please sign in to comment.