-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ec1095
commit 1769ef5
Showing
13 changed files
with
973 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
tap-snapshots/test/release/release-please-cases-chore-commit.js.test.cjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
/* IMPORTANT | ||
* This snapshot file is auto-generated, but designed for humans. | ||
* It should be checked into source control and tracked carefully. | ||
* Re-generate by setting TAP_SNAPSHOT=1 and running tests. | ||
* Make sure to inspect the output below. Do not ignore changes! | ||
*/ | ||
'use strict' | ||
exports[`test/release/release-please.js TAP cases chore commit > pr chore: this is a chore 1`] = ` | ||
Object { | ||
"baseBranchName": "template-oss-mock-testing-branch-do-not-delete", | ||
"body": String( | ||
:robot: I have created a release *beep* *boop* | ||
--- | ||
<details><summary>2016.0.2-pre</summary> | ||
## [2016.0.2-pre](https://github.com/npm/npm-cli-release-please/compare/v2016.0.1-pre...v2016.0.2-pre) (2023-12-04) | ||
### Chores | ||
<details><summary>Commits</summary> | ||
* [\`d690bcb\`](https://github.com/npm/npm-cli-release-please/commit/d690bcb622f954314086bc333cd56fa4d2b59897) this is a chore (@lukekarrys) | ||
* [\`38acd0f\`](https://github.com/npm/npm-cli-release-please/commit/38acd0f850907c357e51caa56faa42526ace49d9) update template-oss (@lukekarrys) | ||
</details> | ||
</details> | ||
--- | ||
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). | ||
), | ||
"files": Array [], | ||
"headBranchName": "release-please--branches--template-oss-mock-testing-branch-do-not-delete", | ||
"labels": Array [ | ||
"autorelease: pending", | ||
], | ||
"number": 264, | ||
"sha": "675ff2fa3a03500ce5748e38d05c003d80943e43", | ||
"title": "chore: release 2016.0.2-pre", | ||
} | ||
` | ||
|
||
exports[`test/release/release-please.js TAP cases chore commit > releases chore commit 1`] = ` | ||
Array [ | ||
Object { | ||
"draft": false, | ||
"id": 132552731, | ||
"major": 2016, | ||
"minor": 0, | ||
"name": "v2016.0.2-pre", | ||
"notes": String( | ||
## [2016.0.2-pre](https://github.com/npm/npm-cli-release-please/compare/v2016.0.1-pre...v2016.0.2-pre) (2023-12-04) | ||
### Chores | ||
Commits | ||
* [\`d690bcb\`](https://github.com/npm/npm-cli-release-please/commit/d690bcb622f954314086bc333cd56fa4d2b59897) this is a chore (@lukekarrys) | ||
* [\`38acd0f\`](https://github.com/npm/npm-cli-release-please/commit/38acd0f850907c357e51caa56faa42526ace49d9) update template-oss (@lukekarrys) | ||
), | ||
"patch": 2, | ||
"path": ".", | ||
"pkgName": "npm-cli-release-please", | ||
"prNumber": 264, | ||
"publishTag": "prerelease-2016", | ||
"sha": "eaa230680541215efd72568054f187e8cebdd2a5", | ||
"tagName": "v2016.0.2-pre", | ||
"uploadUrl": "https://uploads.github.com/repos/npm/npm-cli-release-please/releases/132552731/assets{?name,label}", | ||
"url": "https://github.com/npm/npm-cli-release-please/releases/tag/v2016.0.2-pre", | ||
"version": "2016.0.2-pre", | ||
}, | ||
] | ||
` |
Oops, something went wrong.