diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b72a309e..b74d61e58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 972d4e704..b7491e0b8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: 66069679+exercism-bot@users.noreply.github.com - directory: Formula - homepage: "https://exercism.org/" - description: "Command-line tool to interact with exercism.org" - test: | - system "exercism version" diff --git a/RELEASE.md b/RELEASE.md index ec956744b..35a02dbf1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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