Skip to content

Commit

Permalink
Trying to add a go-releaser whatever that is
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 16, 2024
1 parent d5eb2b1 commit 7ead41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Test Release
on:
push:
tags:
- 'test-release*' # Only triggers on tags starting with 'test-release'
- 'test-release*' # Triggers on tags starting with 'test-release'
- 'v*.*.*-*' # Triggers on semver tags with a suffix (e.g., v0.0.1-test)
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2 # Required for GoReleaser
before:
hooks:
- go mod tidy
Expand All @@ -22,4 +23,4 @@ snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"

release:
prerelease: "true" # Correctly marked as a pre-release
prerelease: "true"

0 comments on commit 7ead41e

Please sign in to comment.