Skip to content

Commit 7275bf8

Browse files
committed
ci: remove unnecesarry package manifests
1 parent 385e8c4 commit 7275bf8

File tree

9 files changed

+0
-395
lines changed

9 files changed

+0
-395
lines changed

.goreleaser.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ scoops:
125125
name: goreleaserbot
126126
127127
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
128-
skip_upload: false
129-
130-
# Local Scoop manifest (maintained in repo)
131-
- name: emojify-go
132-
directory: package/scoop
133-
homepage: "https://github.com/damienbutt/emojify-go"
134-
description: "Lightning-fast Go rewrite of emojify - convert emoji aliases to Unicode emojis"
135-
license: MIT
136-
skip_upload: true
137128

138129
# Chocolatey package for Windows
139130
chocolateys:
@@ -159,27 +150,6 @@ chocolateys:
159150
release_notes: "https://github.com/damienbutt/emojify-go/releases/tag/v{{ .Version }}"
160151
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
161152
source_repo: "https://push.chocolatey.org/"
162-
skip_publish: false
163-
164-
# Local Chocolatey manifest (maintained in repo)
165-
- name: emojify-go
166-
title: Emojify-Go
167-
directory: package/chocolatey
168-
authors: Damien Butt
169-
project_url: https://github.com/damienbutt/emojify-go
170-
copyright: 2025 Damien Butt
171-
license_url: https://github.com/damienbutt/emojify-go/blob/main/LICENSE
172-
require_license_acceptance: false
173-
project_source_url: https://github.com/damienbutt/emojify-go
174-
docs_url: https://github.com/damienbutt/emojify-go/blob/main/README.md
175-
bug_tracker_url: https://github.com/damienbutt/emojify-go/issues
176-
tags: "emojify-go emoji cli golang unicode converter terminal shell productivity"
177-
summary: "Lightning-fast Go rewrite of emojify - convert emoji aliases to Unicode emojis"
178-
description: |
179-
emojify-go is a lightning-fast, cross-platform command-line tool for bidirectional emoji conversion.
180-
Convert between emoji aliases (:smile:) and Unicode emoji characters (😄) seamlessly.
181-
This is a complete Go rewrite with 169.9x better performance.
182-
skip_publish: true
183153

184154
# WinGet package for Windows
185155
winget:

package/chocolatey/emojify-go.nuspec

Lines changed: 0 additions & 115 deletions
This file was deleted.

package/chocolatey/tools/chocolateyinstall.ps1

Lines changed: 0 additions & 32 deletions
This file was deleted.

package/chocolatey/tools/chocolateyuninstall.ps1

Lines changed: 0 additions & 14 deletions
This file was deleted.

package/homebrew/emojify-go.rb

Lines changed: 0 additions & 57 deletions
This file was deleted.

package/scoop/emojify-go.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

package/winget/damienbutt.emojify-go.installer.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)