Rename Infusion's development prerelease version string from "SNAPSHOT" to "dev"

Description

Semver's convention for naming releases goes like this:

Major.Minor.Patch-prerelease+buildMetadata

Currently, we use the prerelease version string of "SNAPSHOT," which is a relic from our days using Maven for building Java software. Being hip, edgy, modern developers, we can probably use something a bit more succinct and descriptive instead.

Let's change our development prerelease version to "dev" instead.

Environment

None

Activity

Show:

Justin Obara October 6, 2015 at 7:31 PM

Justin Obara October 6, 2015 at 7:24 PM

git rev-parse --verify --short HEAD

can be used to get the short form of the SHA commit hash

Justin Obara October 6, 2015 at 7:24 PM

see http://semver.org point 10 for build metadata in the version number.

Fixed

Details

Assignee

Reporter

Components

Priority

Created October 6, 2015 at 7:22 PM
Updated July 8, 2016 at 1:03 PM
Resolved October 6, 2015 at 9:02 PM