Skip to content

Commit

Permalink
Merge pull request #28 from eapolinario/release-from-subdir
Browse files Browse the repository at this point in the history
Add f/.goreleaser.yml
  • Loading branch information
eapolinario authored May 14, 2024
2 parents bfa95f1 + 277ad50 commit c6ba9d8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/f-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
args: release --rm-dist
distribution: goreleaser-pro
args: release --rm-dist -f f/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
28 changes: 28 additions & 0 deletions f/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
project_name: eapolinario-flyte

monorepo:
tag_prefix: abc/
dir: f

builds:
- skip: true
release:
github:
owner: eapolinario
name: flyte
draft: false
prerelease: auto
discussion_category_name: General
name_template: "Flyte v{{.Version}} milestone release"
disable: false
extra_files:
- glob: ./release/*
git:
ignore_tags:
- "datacatalog/*"
- "flyteadmin/*"
- "flytecopilot/*"
- "flyteidl/*"
- "flyteplugins/*"
- "flytepropeller/*"
- "flytestdlib/*"

0 comments on commit c6ba9d8

Please sign in to comment.