Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw error if publishing a non-pre package that has pre-dependencies #333

Merged
merged 3 commits into from Apr 18, 2017

Commits on Mar 20, 2017

  1. Copy the full SHA
    3781e87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    969edf2 View commit details
    Browse the repository at this point in the history
  3. Add Mix.Tasks.Hex.Build.raise_if_unstable_dependencies!/1

    This function will raise an error if the package is stable but it has
    dependencies on pre-release packages.
    fteem committed Mar 20, 2017
    Copy the full SHA
    eb99c85 View commit details
    Browse the repository at this point in the history