diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 7d7c8ae..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: goreleaser - -on: - push: - tags: - - '*' - -jobs: - goreleaser: - runs-on: ubuntu-latest - - steps: - - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 - with: - # either 'goreleaser' (default) or 'goreleaser-pro' - distribution: goreleaser - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.goreleaser-darwin.yml b/.goreleaser-darwin.yml deleted file mode 100644 index 8f93570..0000000 --- a/.goreleaser-darwin.yml +++ /dev/null @@ -1,16 +0,0 @@ -build: - main: main.go - binary: gojekyll - ldflags: -s -w -X gojekyll/cmd.Version={{.Version}} -X gojekyll/cmd.BuildDate={{.Date}} - goos: - - darwin - goarch: - - amd64 -archive: - replacements: - amd64: 64bit - 386: 32bit - darwin: macOS - linux: Linux -release: - draft: true diff --git a/.goreleaser.yaml b/.goreleaser.yaml deleted file mode 100644 index ffafbd2..0000000 --- a/.goreleaser.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# This is an example .goreleaser.yml file with some sensible defaults. -# Make sure to check the documentation at https://goreleaser.com -before: - hooks: - # You may remove this if you don't use go modules. - - go mod tidy -builds: - - env: - - CGO_ENABLED=0 - goos: - - linux - goarch: - - amd64 -archives: - - replacements: - linux: Linux - amd64: x86_64 -checksum: - name_template: 'checksums.txt' -snapshot: - name_template: "{{ incpatch .Version }}-next" -changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:' diff --git a/README.md b/README.md index 3a3c495..ecfda01 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ gojekyll help build ### Binary Downloads -1. Linux, Windows and macOS binaries are available from the [releases +1. Binaries are available from the [releases page](https://github.com/danog/gojekyll/releases). 2. [Optional] **Themes**. To use a theme, you need to install Ruby and [bundler](http://bundler.io/). Create a `Gemfile` that lists the theme., and