-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
mix hex.package diff APP VERSION
(hexpm#819)
Co-authored-by: Ryan SIU <[email protected]> Co-authored-by: xinz <[email protected]>
- Loading branch information
1 parent
8989524
commit b9fe8c3
Showing
4 changed files
with
186 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
defmodule ReleaseDeps.MixProject do | ||
def project do | ||
[ | ||
app: :release_b, | ||
description: "bar", | ||
version: "0.0.2", | ||
deps: [ | ||
{:ex_doc, "0.0.1"} | ||
], | ||
package: [ | ||
licenses: ["MIT"] | ||
] | ||
] | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters