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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on default files list for hex package #98

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

patrickjaberg
Copy link
Contributor

The initial goal for this change was to incorporate the CHANGELOG into the hex package so that it would be available in the diff tool on hex.pm or the command line (i.e. mix hex.package diff thousand_island 1.1.0..1.2.0).

Per discussion in mtrudel/bandit#265 we'll accomplish the above by removing the files configuration and relying on the default list of files provided by hex (see the linked issue for details).

This change will also have the effect of removing test files from future releases.

The initial goal for this change was to incorporate the CHANGELOG into
the hex package so that it would be available in the diff tool on hex.pm
or the command line (i.e. `mix hex.package diff thousand_island 1.1.0..1.2.0`).

Per discussion in mtrudel/bandit#265 we'll accomplish the above by
removing the `files` configuration and relying on the default list of
files provided by hex (see the linked issue for details).

This change will also have the effect of removing test files from future
releases.
@mtrudel mtrudel merged commit 4a85aac into mtrudel:main Nov 20, 2023
9 checks passed
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