Skip to content

Commit

Permalink
Merge pull request #98 from BitcoinSchema/go-sdk
Browse files Browse the repository at this point in the history
go releaser v2
  • Loading branch information
rohenaz authored Sep 13, 2024
2 parents ad296ce + 4c027ae commit b624b3b
Showing 1 changed file with 12 additions and 28 deletions.
40 changes: 12 additions & 28 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Make sure to check the documentation at http://goreleaser.com
# .goreleaser.yaml

version: 2

# ---------------------------
# General
# ---------------------------
Expand All @@ -16,31 +19,22 @@ changelog:
- '^test:'

# ---------------------------
# Publishers
# Builders
# ---------------------------
# publishers:
# - name: "Publish GoDocs"
# cmd: make godocs

# ---------------------------
# Builder
# ---------------------------
build:
skip: true
builds:
- skip: true

# ---------------------------
# GitHub Release
# ---------------------------
release:
prerelease: false
name_template: "Release v{{.Version}}"
name_template: "Release v{{ .Version }}"

# ---------------------------
# Announce
# ---------------------------
announce:

# See more at: https://goreleaser.com/customization/announce/#slack
slack:
enabled: false
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/BitcoinSchema/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
Expand All @@ -49,30 +43,20 @@ announce:
# icon_emoji: ''
# icon_url: ''

# See more at: https://goreleaser.com/customization/announce/#twitter
twitter:
enabled: false
message_template: '{{ .ProjectName }} {{ .Tag }} is out!'

# See more at: https://goreleaser.com/customization/announce/#discord
discord:
enabled: false
message_template: '{{ .ProjectName }} {{ .Tag }} is out!'
# Defaults to `GoReleaser`
author: ''
# Defaults to `3888754` - the grey-ish from goreleaser
color: ''
# Defaults to `https://goreleaser.com/static/avatar.png`
icon_url: ''
# author: ''
# color: ''
# icon_url: ''

# See more at: https://goreleaser.com/customization/announce/#reddit
reddit:
enabled: false
# Application ID for Reddit Application
application_id: ""
# Username for your Reddit account
username: ""
# Defaults to `{{ .GitURL }}/releases/tag/{{ .Tag }}`
# url_template: 'https://github.com/BitcoinSchema/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
# Defaults to `{{ .ProjectName }} {{ .Tag }} is out!`
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
# url_template: 'https://github.com/BitcoinSchema/{{ .ProjectName }}/releases/tag/{{ .Tag }}'

0 comments on commit b624b3b

Please sign in to comment.