We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3c05a commit 6d7012bCopy full SHA for 6d7012b
.goreleaser.yml
@@ -93,4 +93,4 @@ release:
93
prerelease: auto
94
name_template: "MongoDB CLI {{.Version}}"
95
extra_files:
96
- - glob: ./bin/mongocli_{{.Version}}_windows_x86_64.msi
+ - glob: ./bin/*.msi
build/package/send-slack-notification.sh
@@ -26,7 +26,7 @@ curl --header "Api-User:${evergreen_user:?}" \
26
"msg" : ":mcli: MongoDB CLI v'"${VERSION}"' has been released! :tada:",
27
"attachments" : [
28
{
29
- "title": "'"${VERSION}"'",
+ "title": "v'"${VERSION}"'",
30
"title_link": "https://github.com/mongodb/mongocli/releases/tag/v'"${VERSION}"'",
31
"author_name": "MongoDB CLI",
32
"fallback": "new release",
0 commit comments