mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
updates to release process after v0.40.0
This commit is contained in:
@@ -36,6 +36,7 @@ CODE_PATHS = %w[
|
||||
bin
|
||||
developer
|
||||
lib
|
||||
spec
|
||||
test
|
||||
brew-cask.rb
|
||||
Rakefile
|
||||
@@ -236,12 +237,17 @@ def header
|
||||
- N total Casks
|
||||
* __Features__
|
||||
- none
|
||||
* __Breaking Changes__
|
||||
- none
|
||||
* __Fixes__
|
||||
- none
|
||||
* __Internal Changes__
|
||||
- none
|
||||
* __Documentation__
|
||||
- N doc commits since ...
|
||||
* __Breaking Changes__
|
||||
- none
|
||||
* __Contributors__
|
||||
- N new contributors since ...
|
||||
- N total contributors
|
||||
EOT
|
||||
end
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ shopt -s nocasematch # case-insensitive regular expressions
|
||||
|
||||
# these paths relative to project root
|
||||
declare -a cask_paths=(Casks)
|
||||
declare -a code_paths=(bin developer lib test brew-cask.rb Rakefile Gemfile Gemfile.lock .travis.yml .gitignore)
|
||||
declare -a code_paths=(bin developer lib spec test brew-cask.rb Rakefile Gemfile Gemfile.lock .travis.yml .gitignore)
|
||||
declare -a doc_paths=(doc LICENSE "*.md")
|
||||
end_object="HEAD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user