Skip to content

Commit

Permalink
v4.6.0 (#749)
Browse files Browse the repository at this point in the history
EDIT: Force pushed fix for .goreleaser.yml to main branch.
  • Loading branch information
Integralist committed Jan 3, 2023
1 parent a709876 commit 46ad143
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,19 @@ builds:
post:
- cmd: "scripts/documentation.sh {{ .Path }}"
# https://goreleaser.com/customization/archive/
# NOTE:Default `format` is tar.gz
archives:
- builds: [macos, linux, windows]
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
- rlcp: true # https://goreleaser.com/deprecations/#archivesrlcp
builds:
- macos
- linux
- windows
files:
- none* # https://goreleaser.com/customization/archive/#packaging-only-the-binaries
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
wrap_in_directory: false
aurs:
-
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v4.6.0](https://github.com/fastly/cli/releases/tag/v4.6.0) (2023-01-03)

[Full Changelog](https://github.com/fastly/cli/compare/v4.5.0...v4.6.0)

**Bug fixes:**

* vcl/snippet: pass AllowActiveLocked if --dynamic was passed [#742](https://github.com/fastly/cli/pull/742)

**Dependencies:**

* Bump goreleaser/goreleaser-action from 3 to 4 [#746](https://github.com/fastly/cli/pull/746)

**Enhancements:**

* Use DevHub endpoint for acquiring CLI/Viceroy metadata [#739](https://github.com/fastly/cli/pull/739)

## [v4.5.0](https://github.com/fastly/cli/releases/tag/v4.5.0) (2022-12-15)

[Full Changelog](https://github.com/fastly/cli/compare/v4.4.1...v4.5.0)
Expand Down

0 comments on commit 46ad143

Please sign in to comment.