Skip to content

Commit

Permalink
fix(changest): prevent mismatch version and publishing (#50)
Browse files Browse the repository at this point in the history
* chore: update changeset configuration

* fix: version mismatch
  • Loading branch information
redfox-mx authored Aug 25, 2024
1 parent 051e244 commit c47fb06
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
5 changes: 5 additions & 0 deletions .changeset/witty-fishes-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cypress-ct-lit": minor
---

chore: prepare ci/cd pipeline
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: 'Update version package'
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
9 changes: 0 additions & 9 deletions packages/cypress-ct-lit/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cypress-ct-lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-ct-lit",
"version": "0.5.0",
"version": "0.4.1",
"description": "Cypress Component Testing for Lit and Web Components",
"type": "module",
"keywords": [
Expand Down

0 comments on commit c47fb06

Please sign in to comment.