Skip to content

Commit d800bba

Browse files
committed
Update release message
1 parent 63a5d46 commit d800bba

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
description: "The version to be released. This is checked for consistency with the branch name and configuration"
88
required: true
99
type: "string"
10-
jira-changelog-link:
11-
description: "Link to changelog in JIRA"
10+
jira-version-number:
11+
description: "Version number from JIRA"
1212
required: true
1313
type: "string"
1414

@@ -22,9 +22,9 @@ env:
2222
2323
**Release Highlights**
2424
25-
<one or more paragraphs describing important changes in this release>
25+
TODO: one or more paragraphs describing important changes in this release
2626
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).
2828
2929
**Documentation**
3030
@@ -34,11 +34,15 @@ env:
3434
3535
You can either download and install the source manually, or you can install the extension with:
3636
37-
pecl install mongodb-{0}
37+
```
38+
pecl install mongodb-{0}
39+
```
3840
3941
or update with:
4042
41-
pecl upgrade mongodb-{0}
43+
```
44+
pecl upgrade mongodb-{0}
45+
```
4246
4347
Windows binaries are attached to the GitHub release notes.
4448
@@ -117,7 +121,7 @@ jobs:
117121

118122
- name: "Prepare release message"
119123
run: |
120-
echo "${{ format(env.default-release-message, env.PACKAGE_VERSION, inputs.jira-changelog-link) }}" > release-message
124+
echo "${{ format(env.default-release-message, env.PACKAGE_VERSION, inputs.jira-version-number) }}" > release-message
121125
cat changelog >> release-message
122126
123127
# Update release with correct release information

0 commit comments

Comments
 (0)