1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

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

Github Action for Updating Versions

JavaScript