We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261e458 commit 72931a5Copy full SHA for 72931a5
1 file changed
Rakefile
@@ -50,7 +50,7 @@ namespace :alchemy do
50
original_file = "./CHANGELOG.md"
51
new_file = original_file + ".new"
52
backup = original_file + ".old"
53
- changes = `git rev-list v#{ENV["PREVIOUS_VERSION"]}...main | bundle exec github_fast_changelog AlchemyCMS/alchemy-devise`
+ changes = `git rev-list v#{ENV["PREVIOUS_VERSION"]}...HEAD | bundle exec github_fast_changelog AlchemyCMS/alchemy-devise`
54
File.open(new_file, "w") do |fo|
55
fo.puts changes
56
File.foreach(original_file) do |li|
0 commit comments