Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Feb 7, 2023
2 parents 21392ff + 52abf7b commit 014b1c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ builds:

archives:
- id: release-archives
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
format: tar.gz
wrap_in_directory: false
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
name_template: >-
{{ .Binary }}-
{{ .Version }}-
{{ .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}
{{ end }}
checksum:
algorithm: sha256
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^20.0.4",
"semantic-release": "^20.1.0",
"swagger-combine": "^1.4.0"
}
}

0 comments on commit 014b1c2

Please sign in to comment.