mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Added ChangeLogSince script
This commit is contained in:
parent
46ffca1c18
commit
fb8da3cb1e
14
scripts/ChangeLogSince
Executable file
14
scripts/ChangeLogSince
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/ruby
|
||||
|
||||
def loud_system(command)
|
||||
$stderr.puts command
|
||||
system command or raise
|
||||
end
|
||||
|
||||
releaseName = ARGV[0]
|
||||
releaseTag = releaseName.gsub(/(\d)(\w)/, '\1_\2').gsub('.', '_')
|
||||
|
||||
loud_system "git log tags/#{releaseTag}.. | scripts/git2cl"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user