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

Include Documentation markdown in releases #47

Open
thestonefox opened this issue Jun 16, 2019 · 0 comments
Open

Include Documentation markdown in releases #47

thestonefox opened this issue Jun 16, 2019 · 0 comments
Labels
chore enhancement New feature or request

Comments

@thestonefox
Copy link
Member

The release build process currently doesn't build the new documentation folder into the release.

Also, the Documentation folders and all markdown files will need Unity .meta files.

Create a Unity Project with Malimbe as an asset, Unity will create the .meta files for commit.

Also, update the package.json in Malimbe to include the Documentation directory

Malimbe/package.json

Lines 25 to 33 in 9cf1ed0

"files": [
"*.md",
"*.meta",
"Editor",
"Runtime"
],
"scripts": {
"prepack": "cp -rf Sources/UnityPackaging/bin/Release/* ."
}

"files": [
        "*.md",
        "*.meta",
        "Editor",
        "Runtime",
        "Documentation"
    ],

Does "Documentation" need to look back in the parent directory? "../Documentation"?

@thestonefox thestonefox added chore enhancement New feature or request labels Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant