Skip to content

Commit 8884e92

Browse files
authored
GODRIVER-3537: Update release templates for the Go Driver (#77)
1 parent 1eda6c7 commit 8884e92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

golang/publish/forum.md.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This release {description of notable changes}. For more information please see t
66

77
You can obtain the driver source from GitHub under the \[v{{ .ReleaseVersion }} tag](https://github.com/mongodb/mongo-go-driver/tree/v{{ .ReleaseVersion }}).
88

9-
Documentation for the Go driver can be found on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc) and the
9+
Documentation for the Go Driver can be found on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc) and the
1010
\[MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/).
11-
BSON library documentation is also available on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/bson?tab=doc).
12-
Questions and inquiries can be asked on the \[MongoDB Developer Community](https://community.mongodb.com/).
11+
BSON library documentation is also available on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc).
12+
Questions and inquiries can be asked on the \[MongoDB Developer Community](https://www.mongodb.com/community/forums/tag/golang).
1313
Bugs can be reported in the \[Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289)
1414
where a list of \[current issues](https://jira.mongodb.org/browse/GODRIVER) can be found.
15-
Your feedback on the Go driver is greatly appreciated!
15+
Your feedback on the Go Driver is greatly appreciated!
1616

1717
Thank you,\
1818
The Go Driver Team

golang/publish/github.md.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MongoDB Go Driver Team is pleased to release version {{ .ReleaseVersion }} of the official MongoDB Go driver.
1+
The MongoDB Go Driver Team is pleased to release version {{ .ReleaseVersion }} of the official MongoDB Go Driver.
22

33
## Release Notes
44

@@ -20,4 +20,4 @@ For a full list of tickets included in this release, please see the links below:
2020

2121
**Full Changelog**: [v{{ .PreviousVersion }}...v{{ .ReleaseVersion }}](https://github.com/mongodb/mongo-go-driver/compare/v{{ .PreviousVersion }}...v{{ .ReleaseVersion }})
2222

23-
Documentation for the Go driver can be found on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc) and the [MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/). BSON library documentation is also available on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/bson?tab=doc). Questions and inquiries can be asked on the [MongoDB Developer Community](https://community.mongodb.com/). Bugs can be reported in the [Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289) where a list of [current issues](https://jira.mongodb.org/browse/GODRIVER) can be found. Your feedback on the Go driver is greatly appreciated!
23+
Documentation for the Go Driver can be found on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc) and the [MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/). BSON library documentation is also available on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc). Questions and inquiries can be asked on the [MongoDB Developer Community](https://www.mongodb.com/community/forums/tag/golang). Bugs can be reported in the [Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289) where a list of [current issues](https://jira.mongodb.org/browse/GODRIVER) can be found. Your feedback on the Go Driver is greatly appreciated!

0 commit comments

Comments
 (0)