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] refine maven release configuration #49

Open
line-o opened this issue Jul 1, 2021 · 0 comments
Open

[BUG] refine maven release configuration #49

line-o opened this issue Jul 1, 2021 · 0 comments

Comments

@line-o
Copy link
Member

line-o commented Jul 1, 2021

Describe the bug

During the last two releases

  • git tags were created (6.0.0 and 6.0.1)
  • one GitHub release was created (v6.0.0)
  • 4 additional assets were attached to the single GitHub release (6.0.0 XAR and jar and 6.0.1 XAR and jar)

Expected behavior

The last two releases should have

  • created two git tags (v6.0.0 and v6.0.1), beginning with the letter v
  • created two GitHub releases (v6.0.0 and v6.0.1)
  • each GitHub release should have only one additional artifact attached, the XAR

Additional Context

The subsequent patch release happened after the default branch was renamed to main. It is possible that this affected the second release which was performed from the same clone as before.
Instead of running all commands GitHub recommends to run after this operation only the new main branch was checked out.

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