Added a script to help with version bumping

This commit is contained in:
Kieran Eglin
2024-07-18 15:59:31 -07:00
parent dbc25e5730
commit 47596d5f72
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ defmodule Pinchflat.MixProject do
"ecto.rollback": [
"ecto.rollback",
~s(cmd [ -z "$MIX_ENV" ] && yarn run create-erd || echo "No ERD generated")
]
],
"version.bump": "cmd ./tooling/version_bump.sh"
]
end
end