forked from googleapis/release-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.js
More file actions
47 lines (27 loc) · 1.42 KB
/
base.js
File metadata and controls
47 lines (27 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
exports['Strategy buildReleasePullRequest allows overriding initial version 1'] = `
:robot: I have created a release *beep* *boop*
---
## 2.3.4 (1983-10-10)
### Miscellaneous Chores
* initial commit ([16d3754](https://github.com/googleapis/base-test-repo/commit/16d3754a2134a6d19ee19d2e5ba4dfbc))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
`
exports['Strategy buildReleasePullRequest allows overriding initial version in base constructor 1'] = `
:robot: I have created a release *beep* *boop*
---
## 0.1.0 (1983-10-10)
### Features
* initial commit ([a90fc00](https://github.com/googleapis/base-test-repo/commit/a90fc00ca62382346da72dd8f51078a7))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
`
exports['Strategy buildReleasePullRequest should pass changelogHost to default buildNotes 1'] = `
:robot: I have created a release *beep* *boop*
---
## 1.0.0 (1983-10-10)
### Bug Fixes
* a bugfix ([6c1715c](https://example.com/googleapis/base-test-repo/commit/6c1715c07438036db68bb939cf36fe6f))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
`