-
Notifications
You must be signed in to change notification settings - Fork 42
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
[UserStory] Development jar should be named QualityTools-[version].jar #149
Comments
The Development Conventions lacks specification of how versions are identified. Needs new User Story defining version strings. |
Ok, so maybe I didn't know what I was talking about in #138 *** I found something about that today, |
Found a helpful resource in regard to semantic versioning tonight, https://semver.org/ |
It was also in the Fall 2019 CS3250 Moodle course: Semantic Versioning 2.0.0 |
User Story
Essential components
Story
As a maintainer
I want the name of jar files used for testing to be "QualityTools" followed by the current version
so that I have a consistent way to identify the build associated with the jar file.
Acceptance Criteria
The names of non-production jar files, such as those used for testing and validation, include the version of the product (as defined by the development conventions).
For example, if the product version is 2019.11.21, then the test jar file is named
QualityTools-2019-11-21.jar
Constraint: a non-production jar file name must not include more than one period "."; for example, the name
QualityTools.2019.11.21.jaris unacceptable.Related Information
Naming production jar files: #138
The text was updated successfully, but these errors were encountered: