Skip to content

Commit 515e80d

Browse files
committed
git_versioning option not required
1 parent 5b6f2aa commit 515e80d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/hot-code-reloading.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ By default, apps are restarted when new versions are deployed. This is to make i
1212

1313
For hot code-reloading, the app's version needs to be updated in `mix.exs` for every deploy. That can get repeatitive, since hobby projects are updated & deployed frequently. We've got a workaround for that. We'll use automatic versioning based on git commit SHAs. Technical details are explained in [this blog post](TODO).
1414

15-
* Set `git_versioning` to `True` in your project's `playbooks/vars/main.yml` file.
1615
* Change the following in `mix.exs`
1716

1817
```elixir

0 commit comments

Comments
 (0)