Skip to content

Commit

Permalink
Ignore component tags in goreleaser (flyteorg#4497)
Browse files Browse the repository at this point in the history
* Ignore component tags in goreleaser

Signed-off-by: Eduardo Apolinario <[email protected]>

* Rename changelogs

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Nov 30, 2023
1 parent 7c061b8 commit 0015c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ release:
name_template: "Flyte v{{.Version}} milestone release"
disable: false
extra_files:
- glob: ./release/*
- glob: ./release/*
git:
ignore_tags:
- "datacatalog/*"
- "flyteadmin/*"
- "flytecopilot/*"
- "flyteidl/*"
- "flyteplugins/*"
- "flytepropeller/*"
- "flytestdlib/*"
File renamed without changes.

0 comments on commit 0015c68

Please sign in to comment.