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

Add version to build zip file #67

Open
sevenninety opened this issue Apr 25, 2019 · 0 comments
Open

Add version to build zip file #67

sevenninety opened this issue Apr 25, 2019 · 0 comments

Comments

@sevenninety
Copy link

I believe a useful addition to the build process would be to version the app.zip file that is generated.

From package.json the name and version elements could be used to generate a unique name of the zip file, rather than app.zip, something like:

myappname-1.0.0.zip

The version in package.json could also be bumped as part of the build process.

For Production that would allow better control of releasing versioned software, driven by the package.json file.

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

No branches or pull requests

1 participant