You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ on:
7
7
description: "The version to be released. This is checked for consistency with the branch name and configuration"
8
8
required: true
9
9
type: "string"
10
-
jira-changelog-link:
11
-
description: "Link to changelog in JIRA"
10
+
jira-version-number:
11
+
description: "Version number from JIRA"
12
12
required: true
13
13
type: "string"
14
14
@@ -22,9 +22,9 @@ env:
22
22
23
23
**Release Highlights**
24
24
25
-
<one or more paragraphs describing important changes in this release>
25
+
TODO: one or more paragraphs describing important changes in this release
26
26
27
-
A complete list of resolved issues in this release may be found in [JIRA]({1}).
27
+
A complete list of resolved issues in this release may be found in [JIRA](https://jira.mongodb.org/secure/ReleaseNote.jspa?version={1}&projectId=12484).
28
28
29
29
**Documentation**
30
30
@@ -34,11 +34,15 @@ env:
34
34
35
35
You can either download and install the source manually, or you can install the extension with:
36
36
37
-
pecl install mongodb-{0}
37
+
```
38
+
pecl install mongodb-{0}
39
+
```
38
40
39
41
or update with:
40
42
41
-
pecl upgrade mongodb-{0}
43
+
```
44
+
pecl upgrade mongodb-{0}
45
+
```
42
46
43
47
Windows binaries are attached to the GitHub release notes.
0 commit comments