Skip to content

Commit

Permalink
Merge pull request #1 from adithayyil/dev
Browse files Browse the repository at this point in the history
intial release flow and add vendors
  • Loading branch information
adithayyil authored May 23, 2024
2 parents 804392b + dedf045 commit c52c5bf
Show file tree
Hide file tree
Showing 533 changed files with 247,305 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# .github/workflows/release.yml
name: goreleaser

on:
push:
# run only against tags
tags:
- "*"

permissions:
contents: write
# packages: write
# issues: write

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ github.ref }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28 changes: 28 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ builds:
- linux
- windows
- darwin
flags:
- -mod=vendor

archives:
- format: tar.gz
Expand All @@ -41,6 +43,32 @@ archives:
changelog:
sort: asc
filters:
include:
- "^feature:"
- "^fix:"
exclude:
- "^docs:"
- "^test:"

project_name: bsdl

release:
github:
owner: adithayyil
name: bsdl

brews:
-
name: bsdl
homepage: "https://github.com/adithayyil/bsdl"
description: "BeatStars Music Downloader"
tap:
owner: adithayyil
name: homebrew-bsdl
commit_author:
name: adithayyil
email: [email protected]
caveats: "Usage: bsdl --help"

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
3 changes: 3 additions & 0 deletions vendor/github.com/VividCortex/ewma/.gitignore

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

3 changes: 3 additions & 0 deletions vendor/github.com/VividCortex/ewma/.whitesource

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

21 changes: 21 additions & 0 deletions vendor/github.com/VividCortex/ewma/LICENSE

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

145 changes: 145 additions & 0 deletions vendor/github.com/VividCortex/ewma/README.md

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

6 changes: 6 additions & 0 deletions vendor/github.com/VividCortex/ewma/codecov.yml

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

Loading

0 comments on commit c52c5bf

Please sign in to comment.