Skip to content

Commit

Permalink
build: add .goreleaser file to edit output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Sep 19, 2024
1 parent 382d3fd commit 69a679c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .goreleaser.yaml
source:
# Whether this pipe is enabled or not.
enabled: true

# Name template of the final archive.
#
# Default: '{{ .ProjectName }}-{{ .Version }}'.
# Templates: allowed.
name_template: "{{ .ProjectName }}"

# Format of the archive.
#
# Valid formats are: tar, tgz, tar.gz, and zip.
#
# Default: 'tar.gz'.
format: "zip"

# Prefix.
# String to prepend to each filename in the archive.
#
# Templates: allowed.
prefix_template: "{{ .ProjectName }}-{{ .Version }}/"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# SQL Migration Tool

0 comments on commit 69a679c

Please sign in to comment.