Skip to content

Commit 46fd6bc

Browse files
author
Taranveer Bains
committed
chore: add a post install warning to homebrew releases
1 parent 7528145 commit 46fd6bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.goreleaser-rc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ brews:
103103
#
104104
# Templates: allowed
105105
skip_upload: false
106+
post_install: |
107+
echo "⚠︎ rc-chatgpt-tui is deprecated and will be removed in the future. Use rc-nekot instead."

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ brews:
8888
commit_author:
8989
name: tearingitup786
9090
skip_upload: auto
91+
post_install: |
92+
echo "⚠︎ chatgpt-tui is deprecated and will be removed in the future. Use nekot instead."

0 commit comments

Comments
 (0)