From eaee56cd6044b630dac72dd7ef68653e267f8803 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 8 Oct 2023 17:02:13 +0800 Subject: [PATCH] Rename homebrew formula subdirctory (#923) Rename hombrew formula directory from `homebrew-formula` to `HomebrewFormula` based on the [homebrew doc](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap#creating-a-tap). --- .github/workflows/ci.yml | 4 ++-- .github/workflows/grcov.yml | 4 ++-- {homebrew-formula => HomebrewFormula}/martin.rb | 0 martin/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename {homebrew-formula => HomebrewFormula}/martin.rb (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e094397e..a67acba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' release: types: [ published ] workflow_dispatch: diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index b4a61db4..4d7f22b4 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' workflow_dispatch: jobs: diff --git a/homebrew-formula/martin.rb b/HomebrewFormula/martin.rb similarity index 100% rename from homebrew-formula/martin.rb rename to HomebrewFormula/martin.rb diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 8e0d3021..727317ce 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version +# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version # Once the release is published with the hash version = "0.9.1" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"]