Sha256: c94ab4e4c6ee33fa1f1696fd4e4fe6a449ed724373bcfcbe268e0574336a6045

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

set :major,  1, "Major Enhancements"
set :minor, -1, "Minor Enhancements"
set :admin, -2, "Administrative Changes"

on /updated? (README|PROFILE|PACKAGE|VERSION|MANIFEST)/ do
  :admin
end

on /bump(ed)? version/ do
  :admin
end

on /^(\w+):/ do |word|
  word.to_sym
end

on /\[(\w+)\]\s*$/ do |word|
  word.to_sym
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vclog-1.6.1 lib/vclog/heuristics/default.rb
vclog-1.6.0 lib/vclog/heuristics/default.rb