excellalabs / status-page-dashboard

A dashboard for IT@Excella.com that will let them know the status of all Excella websites and services
0 stars 1 forks source link

Set app version, display version on app somewhere #28

Open brendoncaulkins opened 5 years ago

brendoncaulkins commented 5 years ago

This will help let IT know when / if the app is updated what version is running, etc. Should help with clarity on deployments and changes in the future.

We should use the version in package.json, probably. There are NPM packages for retrieving that from the file, and ones that can be used to automate the versioning. Research time!

brendoncaulkins commented 5 years ago

https://semver.org/

fsrodriguezm commented 5 years ago

We could use grunt-bump to increment minor, major and patch versions. https://github.com/vojtajina/grunt-bump