Skip to content

Commit

Permalink
Add release alias to aid in publishing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 25, 2023
1 parent 89d12d3 commit 911c830
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ defmodule Oban.MixProject do
defp aliases do
[
bench: "run bench/bench_helper.exs",
release: [
"cmd git tag v#{@version}",
"cmd git push",
"cmd git push --tags",
"hex.publish --yes"
],
"test.reset": ["ecto.drop --quiet", "test.setup"],
"test.setup": ["ecto.create --quiet", "ecto.migrate --quiet"],
"test.ci": [
Expand Down

0 comments on commit 911c830

Please sign in to comment.