Open Issues Need Help
View All on GitHub short_tag does not work properly 2 months ago
AI Summary: The GitHub Action `bumpalicious` needs its `short_tag` functionality corrected. Currently, the short tag (e.g., v1.2) is created after the full version tag (e.g., v1.2.3), which is incorrect. The task involves modifying the action's code to ensure the short tag is created *before* the full version tag, potentially adjusting the Git tagging process.
Complexity:
4/5
good first issue