reusable-workflows icon indicating copy to clipboard operation
reusable-workflows copied to clipboard

[Bug]: Automatic release provide inconsistent version names to commits and replacements

Open luislard opened this issue 1 year ago • 0 comments

Description of the bug

Using latest HEAD commit of the package. When doing a beta or alpha release we are getting inconsistent version names. Commits have the suffix "-built" appended to the version name while the tag doesn't.

chore(release): 1.0.0-beta-built.1 [skip ci]

This also happens in the replacements done by the plugin:

Version:     1.0.0-beta-built.1

Package.json is also affected

"version": "1.0.0-beta-built.1"

Reproduction instructions

Trigger the workflow from a beta-built branch.

Expected behavior

Tag and version name are aligned.

Environment info

NA

Relevant log output

NA

Additional context

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

luislard avatar Apr 16 '24 07:04 luislard