Skip to content

Conversation

@arzke
Copy link

@arzke arzke commented Sep 22, 2020

Summary of changes

In the Phoenix walkthrough, we were using the following command: mix do phx.digest, release --env=prod
For Elixir 1.9+, that command was failing. Since the new mix releases, the release command had to be changed to distillery.release.
The walkthrough was still referencing the old command.

Checklist

  • New functions have typespecs, changed functions were updated
  • Same for documentation, including moduledocs
  • Tests were added or updated to cover changes
  • Commits were squashed into a single coherent commit

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

I certify that I own, and have sufficient rights to contribute, all source code and
related material intended to be compiled or integrated with the source code for Distillery
(the "Contribution"). My Contribution is licensed under the MIT License.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be
considered, it must contain your agreement to license under the MIT license.

In the Phoenix walkthrough, we were using the following command: mix do phx.digest, release --env=prod
For Elixir 1.9+, that command was failing. Since the new mix releases, the release command had to be changed to distillery.release.
The walkthrough was still referencing the old command.
The release command was renamed to distillery.release in version 2.1.
@lessless
Copy link
Contributor

lessless commented May 3, 2021

@bitwalker this is just a documentation change but will keep docs up to date with Phoenix guides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants