Skip to content
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

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

Closed
1 task done
luislard opened this issue Apr 16, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@luislard
Copy link
Contributor

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

  • I agree to follow this project's Code of Conduct
@tyrann0us
Copy link
Member

Closing as fixed by #124.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants