Skip to content

Release branch's commit ID is included in the version Assembly metadata #1456

@severussundar

Description

@severussundar

Enabling deterministic builds appends the release branch's git commit ID to the assembly metadata.

So running dab --version outputs the below

image

Displaying the git commit ID is unnecessary from the user's perspective.

Investigate and come up with a fix to output just the <major.minor.patch> (without including the git commit id hash)

Some options to consider:

  1. Possibility of just printing the <major.minor.patch> yet have the git commit id in the assembly metadata.
  2. Possiblity of including the commit id in the assembly metadata in a field other than the version number

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions