Skip to content

Commit 390c9ec

Browse files
authored
Customize generated release notes (mongodb#2971)
1 parent 6353520 commit 390c9ec

File tree

2 files changed

+22
-39
lines changed

2 files changed

+22
-39
lines changed

.github/release.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
- minor
6+
authors:
7+
- mongodb-php-bot
8+
categories:
9+
- title: Breaking Changes 🛠
10+
labels:
11+
- breaking-change
12+
- title: New Features
13+
labels:
14+
- enhancement
15+
- title: Fixed
16+
labels:
17+
- bug
18+
- fixed
19+
- title: Other Changes
20+
labels:
21+
- "*"

RELEASING.md

+1-39
Original file line numberDiff line numberDiff line change
@@ -87,44 +87,6 @@ tagging.
8787

8888
## Publish release notes
8989

90-
The following template should be used for creating GitHub release notes via
91-
[this form](https://github.com/mongodb/laravel-mongodb/releases/new).
92-
93-
```markdown
94-
The PHP team is happy to announce that version X.Y.Z of the MongoDB integration for Laravel is now available.
95-
96-
**Release Highlights**
97-
98-
<one or more paragraphs describing important changes in this release>
99-
100-
A complete list of resolved issues in this release may be found in [JIRA]($JIRA_URL).
101-
102-
**Documentation**
103-
104-
Documentation for this library may be found in the [Readme](https://github.com/mongodb/laravel-mongodb/blob/$VERSION/README.md).
105-
106-
**Installation**
107-
108-
This library may be installed or upgraded with:
109-
110-
composer require mongodb/laravel-mongodb:X.Y.Z
111-
112-
Installation instructions for the `mongodb` extension may be found in the [PHP.net documentation](https://php.net/manual/en/mongodb.installation.php).
113-
```
114-
115-
The URL for the list of resolved JIRA issues will need to be updated with each
116-
release. You may obtain the list from
117-
[this form](https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=22488).
118-
119-
If commits from community contributors were included in this release, append the
120-
following section:
121-
122-
```markdown
123-
**Thanks**
124-
125-
Thanks for our community contributors for this release:
126-
127-
* [$CONTRIBUTOR_NAME](https://github.com/$GITHUB_USERNAME)
128-
```
90+
Use the generated release note in [this form](https://github.com/mongodb/laravel-mongodb/releases/new).
12991

13092
Release announcements should also be posted in the [MongoDB Product & Driver Announcements: Driver Releases](https://mongodb.com/community/forums/tags/c/announcements/driver-releases/110/php) forum and shared on Twitter.

0 commit comments

Comments
 (0)