Skip to content

Commit

Permalink
chore(repo): Apply v4 Version packages specific changes (#1943)
Browse files Browse the repository at this point in the history
* chore(repo): Avoid having a main-v4 local branch to create changeset

* chore(repo): Differentiate version packages PR of v4

* chore(repo): Add changeset
  • Loading branch information
dimkl authored and octoper committed Oct 31, 2023
1 parent 1cd322d commit 9bf530a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/chilly-paws-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "always"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: Version Packages
title: Version Packages - V4
commit: "chore(repo): Version packages"
publish: npm run release
env:
Expand Down

0 comments on commit 9bf530a

Please sign in to comment.