is it intended that i loose my pre release version if i do a version bump only with --build or do i have something misconfigured?
have a version file like that:
parameters:
application_version: 2.0.0-dev-0.1.0
its for the development of a webpage in the version 2.0.0, for internal versioning the dev-x.y.z prerelease is added, which is manually adjusted (increased) by the developer.
on push, the CI server runs the following command:
is it intended that i loose my pre release version if i do a version bump only with
--build
or do i have something misconfigured?have a version file like that:
its for the development of a webpage in the version 2.0.0, for internal versioning the dev-x.y.z prerelease is added, which is manually adjusted (increased) by the developer.
on push, the CI server runs the following command:
the expected result would be something like that:
what i get is: