mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 09:21:39 +00:00
refactor: improve release naming and environment variable handling
This commit is contained in:
+3
-3
@@ -166,7 +166,7 @@ release:
|
||||
github:
|
||||
owner: onsonr
|
||||
name: sonr
|
||||
name_template: "Release {{.Version}}"
|
||||
name_template: "Release {{ time '2006' }}.{{ time '02' | int }}.{{ time 'Monday' | int }}"
|
||||
draft: false
|
||||
replace_existing_draft: true
|
||||
replace_existing_artifacts: true
|
||||
@@ -183,7 +183,7 @@ announce:
|
||||
|
||||
reddit:
|
||||
enabled: true
|
||||
application_id: {{ .Env.REDDIT_APP_ID }}
|
||||
username: {{ .Env.REDDIT_USERNAME }}
|
||||
application_id: "{{ .Env.REDDIT_APP_ID }}"
|
||||
username: "{{ .Env.REDDIT_USERNAME }}"
|
||||
title_template: 'Sonr {{ .Tag }} was just released!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user