-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Not a problem
Describe the solution you'd like
I would like to have meaningful version when deploying to prod
The prod deployment should check if it is a patch, minor or major release and automatically increase the version number in the GIT repo.
Check https://docs.npmjs.com/about-semantic-versioning for further information
Describe alternatives you've considered
Using JIRA Ticket numer could be an option but does not indicate the version itself
Additional context
A file CHANGELOG.md should also be created after deployment.
The process should be as follows:
- Try to build
- If build succeeded, bump version according to type of deployment (patch, minor, release)
- Create CHANGELOG.md
- Tag current version with version number
- commit and push changes to version, tag and CHANGELOG.md
The version could be tracked in a package.json as it commonly used in several open source projects
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request