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

specifying --tag-prefix removes the prefix from created tag #62

Open
mestuddtc opened this issue Apr 18, 2023 · 0 comments
Open

specifying --tag-prefix removes the prefix from created tag #62

mestuddtc opened this issue Apr 18, 2023 · 0 comments

Comments

@mestuddtc
Copy link

I am using jx changelog in repositories that have patch fixes to multiple versions. I.e. the semantic and chronological ordering of tags do not match. The documentation for the --tag-prefix parameter states "prefix to filter on when searching for version tags," so I set it to look at the correct prefix for the new version.

Eg., with recent tag history of

  • v1.0.8
  • v1.0.9
  • v1.1.4
  • v1.0.10
    ran jx changelog create --version v1.1.5 --tag-prefix v1.1

Expected result: v1.1.5 tag/release created with changes between v1.1.4 and v1.1.5.

Actual result: .5 tag/release created with changes between v1.1.0 and v1.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant