Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: djamailer <[email protected]>
  • Loading branch information
djamaile committed Dec 6, 2023
1 parent 98f8170 commit a54d351
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions src/__snapshots__/run.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,7 @@ exports[`version creates simple PR 1`] = `
Array [
Object {
"base": "some-branch",
"body": "This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to some-branch, this PR will be updated.
# Releases
## simple-project-pkg-a@1.1.0
### Minor Changes
- Awesome feature
### Patch Changes
- Updated dependencies
- simple-project-pkg-b@1.1.0
## simple-project-pkg-b@1.1.0
### Minor Changes
- Awesome feature
",
"body": "See [docs/releases/v[object Object]-changelog.md](https://github.com/backstage/backstage/blob/master/docs/releases/v[object Object]-changelog.md) for more information.",
"head": "changeset-release/some-branch",
"owner": "changesets",
"repo": "action",
Expand All @@ -36,15 +17,7 @@ exports[`version doesn't include ignored package that got a dependency update in
Array [
Object {
"base": "some-branch",
"body": "This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to some-branch, this PR will be updated.
# Releases
## ignored-package-pkg-b@1.1.0
### Minor Changes
- Awesome feature
",
"body": "See [docs/releases/v[object Object]-changelog.md](https://github.com/backstage/backstage/blob/master/docs/releases/v[object Object]-changelog.md) for more information.",
"head": "changeset-release/some-branch",
"owner": "changesets",
"repo": "action",
Expand All @@ -57,15 +30,7 @@ exports[`version only includes bumped packages in the PR body 1`] = `
Array [
Object {
"base": "some-branch",
"body": "This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to some-branch, this PR will be updated.
# Releases
## simple-project-pkg-a@1.1.0
### Minor Changes
- Awesome feature
",
"body": "See [docs/releases/v[object Object]-changelog.md](https://github.com/backstage/backstage/blob/master/docs/releases/v[object Object]-changelog.md) for more information.",
"head": "changeset-release/some-branch",
"owner": "changesets",
"repo": "action",
Expand Down

0 comments on commit a54d351

Please sign in to comment.