Skip to content

Commit c9e7c73

Browse files
CLOUDP-115583: [AtlasCLI] Update go releaser for the stable release (#1037)
1 parent f07ffae commit c9e7c73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.atlascli.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ archives:
3636
<<: &archive_defaults
3737
files:
3838
- README.md
39+
- atlascli.md
3940
- LICENSE
4041
- third_party_notices/**/*
4142
replacements:
@@ -80,7 +81,7 @@ changelog:
8081
- '^task:'
8182
- '^build(deps):'
8283
release:
83-
prerelease: true
84+
prerelease: auto
8485
name_template: "MongoDB Atlas CLI {{.Version}}"
8586
extra_files:
8687
- glob: ./bin/*.msi

.mongocli.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ archives:
3535
<<: &archive_defaults
3636
files:
3737
- README.md
38+
- mongocli.md
3839
- LICENSE
3940
- third_party_notices/**/*
4041
replacements:

0 commit comments

Comments
 (0)