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 f07ffae commit c9e7c73Copy full SHA for c9e7c73
.atlascli.goreleaser.yml
@@ -36,6 +36,7 @@ archives:
36
<<: &archive_defaults
37
files:
38
- README.md
39
+ - atlascli.md
40
- LICENSE
41
- third_party_notices/**/*
42
replacements:
@@ -80,7 +81,7 @@ changelog:
80
81
- '^task:'
82
- '^build(deps):'
83
release:
- prerelease: true
84
+ prerelease: auto
85
name_template: "MongoDB Atlas CLI {{.Version}}"
86
extra_files:
87
- glob: ./bin/*.msi
.mongocli.goreleaser.yml
@@ -35,6 +35,7 @@ archives:
35
+ - mongocli.md
0 commit comments