Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 21, 2024
1 parent 6544ed0 commit 097457d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.ci.yaml → median/.goreleaser.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ includes:
nightly:
# This is a GoReleaser Pro feature that we use for pre-releases.
# Default is `{{ incpatch .Version }}-{{ .ShortCommit }}-nightly`.
name_template: '{{ incpatch .Version }}-{{ .ShortCommit }}-devel'
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}-devel"

# Tag name to create if publish_release is enabled.
tag_name: devel
Expand All @@ -16,4 +16,4 @@ nightly:

# Whether to delete previous pre-releases for the same `tag_name` when
# releasing.
keep_single_release: false
keep_single_release: false
6 changes: 3 additions & 3 deletions .goreleaser.yaml → median/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ includes:
- from_file:
path: ./.goreleaser-template.yaml

project_name: chainlink-feeds
project_name: median

monorepo:
tag_prefix: chainlink-feeds@
dir: chainlink-feeds
tag_prefix: median@
dir: median

0 comments on commit 097457d

Please sign in to comment.