Edit CHANGELOG after bump
This commit is contained in:
parent
0e4dd086ef
commit
e2a996d878
|
@ -31,9 +31,11 @@ lane :bump do |options|
|
|||
pretty: "* %h %s",
|
||||
date_format: "short"
|
||||
)
|
||||
File.open("../#{logname}", "w") { |file|
|
||||
path = "../#{logname}"
|
||||
File.open(path, "w") { |file|
|
||||
file.write(log)
|
||||
}
|
||||
system("vim", path)
|
||||
commit_version_bump(
|
||||
message: "Bump version",
|
||||
include: [logname]
|
||||
|
|
Loading…
Reference in New Issue