Problem/Motivation

A release archive should carry only what the module needs at runtime: code, configuration, assets, tests and README.md. Nothing verifies that today.

Proposed resolution

  • Add .gitattributes with export-ignore for anything that is not part of a release.
  • Build the archive and check its contents against that list.

Remaining tasks

DONE.

Issue fork myrest-3616413

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sergeydruua created an issue. See original summary.

sergeydruua’s picture

Issue summary: View changes

  • sergeydruua committed 0e6892f6 on 1.0.x
    Issue #3616413: Add .gitattributes to keep development files out of...
sergeydruua’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

sergeydruua’s picture

Status: Fixed » Closed (fixed)