Skip to content

Commit 62947ac

Browse files
authored
Test ci 2 (#17)
* docs: append additional line to testreleaseprocess.md * docs: clean up release.md - remove duplicates and clarify workflow * docs: remove outdated CLI release docs Delete cli/docs/release.md and cli/docs/testreleaseprocess.md which were redundant/outdated. * chore: update cli/.goreleaser.yml — add archive format/name_template, fix LICENSE path, remove snapshot template
1 parent fd83ad8 commit 62947ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cli/.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: azd-app-cli
24

35
before:
@@ -28,13 +30,14 @@ builds:
2830

2931
archives:
3032
- id: azd-app-cli
33+
format: tar.gz
34+
name_template: >-
35+
azd-app-cli-{{ .Os }}-{{ .Arch }}
3136
format_overrides:
3237
- goos: windows
3338
format: zip
34-
name_template: >-
35-
azd-app-cli-{{ .Os }}-{{ .Arch }}
3639
files:
37-
- LICENSE
40+
- ../LICENSE
3841
- README.md
3942
- extension.yaml
4043
- dashboard/dist/**/*
@@ -43,9 +46,6 @@ checksum:
4346
name_template: 'checksums.txt'
4447
algorithm: sha256
4548

46-
snapshot:
47-
name_template: "{{ incpatch .Version }}-next"
48-
4949
# Don't create a release - we use azd x release for that
5050
release:
5151
disable: true

0 commit comments

Comments
 (0)