Skip to content

Conversation

@rhoegg
Copy link
Contributor

@rhoegg rhoegg commented Sep 1, 2025

Summary

Configure maven-release-plugin to create tags with v prefix (e.g., v3.0.2 instead of json-logger-3.0.2)

Changes

  • Add -DtagNameFormat="v@{project.version}" parameter to maven release command
  • Follows common semantic versioning tag format used by most projects

Note

The existing json-logger-3.0.1 tag has already been renamed to v3.0.1 manually.

- Add -DtagNameFormat="v@{project.version}" to maven-release-plugin
- Creates tags like v3.0.2 instead of json-logger-3.0.2
- Follows common semantic versioning tag format
@rhoegg rhoegg merged commit cd9b5ca into main Sep 1, 2025
2 checks passed
@rhoegg rhoegg deleted the configure-tag-format branch September 1, 2025 22:06
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

Successfully merging this pull request may close these issues.

2 participants