updates to release process after v0.40.0

This commit is contained in:
Roland Walker
2014-09-08 11:24:38 -04:00
parent 92e15b4a91
commit b93206093a
3 changed files with 69 additions and 50 deletions
+8 -2
View File
@@ -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
+1 -1
View File
@@ -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"