Esri / esri-wab-build

Package used to build ESRI Web App Builder Apps for production.
Apache License 2.0
17 stars 5 forks source link

Add version to build zip file #67

Open sevenninety opened 5 years ago

sevenninety commented 5 years ago

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.