Skip to content

Commit

Permalink
Merge pull request #23 from braiden-vasco/dont_use_version_label
Browse files Browse the repository at this point in the history
Don't use version label
  • Loading branch information
Braiden Vasco committed Sep 11, 2015
2 parents 401ac42 + 0f6b037 commit 046c979
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ gemspec = Gem::Specification.load('lita-gitter.gemspec')
github_user, github_project =
gemspec.homepage.scan(%r{^https://github\.com/([^/]+)/([^/]+)/?$})[0]

DEFAULT_EXCLUDE_LABELS = 'duplicate,question,invalid,wontfix'

require 'bundler/gem_tasks'

task default: [:spec, :lint]
Expand All @@ -28,7 +26,6 @@ task :changelog, [:token] do |_t, args|
cmd << " -u #{github_user}"
cmd << " -p #{github_project}"
cmd << " -t #{args[:token]}" if args[:token]
cmd << " --exclude-labels version,#{DEFAULT_EXCLUDE_LABELS}"

sh cmd
end

0 comments on commit 046c979

Please sign in to comment.