Skip to content

Commit

Permalink
Merge pull request #4 from dotansimha/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Jun 28, 2022
2 parents 63f348b + 305f796 commit cfada01
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-apes-yawn.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn

- name: Create Release Pull Request
uses: dotansimha/changesets-action@test-release
uses: dotansimha/changesets-action@6e065b9f0bb75cba2d04d5a963801e6af40f3cf5
with:
publish: yarn release
createGithubReleases: aggregate
Expand Down
6 changes: 6 additions & 0 deletions packages/a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# experimens-changesets-a

## 0.0.2

### Patch Changes

- 45eb6cc: try now with unified

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "experimens-changesets-a",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# experimens-changesets-b

## 0.0.2

### Patch Changes

- 45eb6cc: try now with unified

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "experimens-changesets-b",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit cfada01

Please sign in to comment.