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

Set app version, display version on app somewhere #28

Open
brendoncaulkins opened this issue Jun 13, 2019 · 2 comments
Open

Set app version, display version on app somewhere #28

brendoncaulkins opened this issue Jun 13, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@brendoncaulkins
Copy link
Contributor

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 brendoncaulkins added enhancement New feature or request good first issue Good for newcomers labels Jun 13, 2019
@brendoncaulkins brendoncaulkins added this to the MVP milestone Jun 13, 2019
@brendoncaulkins
Copy link
Contributor Author

https://semver.org/

@fsrodriguezm
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants