File tree 2 files changed +22
-39
lines changed
2 files changed +22
-39
lines changed Original file line number Diff line number Diff line change
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
+ - " *"
Original file line number Diff line number Diff line change @@ -87,44 +87,6 @@ tagging.
87
87
88
88
## Publish release notes
89
89
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 ) .
129
91
130
92
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.
You can’t perform that action at this time.
0 commit comments