Skip to content

Commit b32c1fe

Browse files
committed
fix: messaging, and changelog ranges
1 parent 263cbe6 commit b32c1fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/git_ops/changelog.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ defmodule GitOps.Changelog do
101101
[
102102
url,
103103
"/compare/",
104+
Config.prefix(),
104105
last_version,
105106
"...",
106107
current_version

lib/mix/tasks/git_ops.release.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ defmodule Mix.Tasks.GitOps.Release do
205205
206206
git commit -am "chore: release version #{new_version}"
207207
git tag -a #{new_version} -m "release #{new_version}"
208+
git push --follow-tags
208209
""")
209210
end
210211
end

0 commit comments

Comments
 (0)