Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Apr 6, 2024
1 parent 416e3d5 commit e78ced4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
# This will trigger a release from that branch.
#
# N.B. You also need a .goreleaser.yaml file to actually configure goreleaser.
name: goreleaser

# n.b. uncomment to debug in presubmit
Expand Down
10 changes: 10 additions & 0 deletions app/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Check the documentation at https://goreleaser.com
#
# To verify LDFlags
# 1. Run a snapshot build
# goreleaser release --snapshot --clean
#
# 2. Check the version on the newly built binary
# ./dist/foyle_darwin_arm64/foyle version
#
# It should be something like
# foyle 0.0.1-next, commit 416e3d5610d5bc21f9dcd82bd1f17c58a13457ca, built at 2024-04-06T23:39:07Z by goreleaser
builds:
- binary: foyle
main: .
Expand Down

0 comments on commit e78ced4

Please sign in to comment.