Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repair how to create new cask #95740

Merged
merged 2 commits into from
Dec 17, 2020

Conversation

hyuraku
Copy link
Contributor

@hyuraku hyuraku commented Dec 17, 2020

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

After making all changes to a cask, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused.
  • Checked the cask is submitted to the correct repo.
  • brew audit --new-cask {{cask_file}} worked successfully.
  • brew install --cask {{cask_file}} worked successfully.
  • brew uninstall --cask {{cask_file}} worked successfully.

repair how to create new cask because of Homebrew/discussions#301

@BrewTestBot BrewTestBot added the documentation Issue regarding documentation. label Dec 17, 2020
@@ -97,7 +97,7 @@ If the `generate_cask_token` script does not work for you, see [Cask Token Detai
Once you know the token, create your Cask with the handy-dandy `brew create --cask` command:

```bash
$ brew create --cask my-new-cask
$ brew create --cask my-new-cask-url --set-name my-new-cask
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be clearer since the two values look less alike.

Suggested change
$ brew create --cask my-new-cask-url --set-name my-new-cask
$ brew create --cask cask-download-url --set-name my-new-cask

@BrewTestBot BrewTestBot merged commit 7f36209 into Homebrew:master Dec 17, 2020
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Jan 17, 2021
@hyuraku hyuraku deleted the repair-how-to-create-cask branch January 27, 2021 12:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Issue regarding documentation. outdated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants