Skip to content

Commit

Permalink
fix releases by adding trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Nov 1, 2024
1 parent 5fd2e62 commit 496c228
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions contrib/restclient/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
project_name: restclient

monorepo:
tag_prefix: contrib/restclient
dir: contrib/restclient
tag_prefix: contrib/restclient/
dir: contrib/restclient/

# for now, this is a library release
builds:
- skip: true

Expand All @@ -29,3 +28,20 @@ checksum:
# Add a changelog
changelog:
sort: asc


# track sizes
report_sizes: true

# modified timestamps
metadata:
# Set the modified timestamp on the metadata files.
#
# Templates: allowed.
mod_timestamp: '{{ .CommitTimestamp }}'

# produce software bill of lading
sboms:
- artifacts: archive


0 comments on commit 496c228

Please sign in to comment.