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).
This commit is contained in:
Lucas 2023-10-08 17:02:13 +08:00 committed by GitHub
parent 7d5e2ae4bd
commit eaee56cd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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 <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]