Skip to content

Commit

Permalink
Remove homebrew references
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 9, 2024
1 parent 0509b1b commit 171f1ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
version: latest
args: release --clean --release-header .release/header.md --timeout 120m # default time is 30m
env:
GITHUB_TOKEN: ${{ secrets.CLI_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
14 changes: 0 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,3 @@ release:
# You can change the name of the GitHub release.
# Default is `{{.Tag}}`
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"

brews:
- name: exercism
repository:
owner: exercism
name: homebrew-core
commit_author:
name: Exercism Bot
email: [email protected]
directory: Formula
homepage: "https://exercism.org/"
description: "Command-line tool to interact with exercism.org"
test: |
system "exercism version"
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ To install, follow the interactive installation instructions at https://exercism
[modify the generated release-notes to describe changes in this release]
```

Lastly, test and publish the draft
Lastly, test and then publish the draft.

## Homebrew

Homebrew will automatically bump the version, no manual action is required.

## Update the docs site

Expand Down

0 comments on commit 171f1ee

Please sign in to comment.