Skip to content

Commit

Permalink
Add github configs to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Jul 26, 2023
1 parent a9d750e commit 2580acd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,5 @@ jobs:
with:
version: latest
args: release --clean --fail-fast
env:
GITHUB_TOKEN: ${{ github.token }}
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ changelog:
- '^examples:'

release:
github:
owner: webmeshproj
name: node
ids:
- node
- wmctl
Expand Down
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Install script for the webmesh project
DEFAULT_VERSION="{{ .Version }}"
VERSION=${1:-$DEFAULT_VERSION}

0 comments on commit 2580acd

Please sign in to comment.