You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): correct tag for 'gh release create' command (#4886)
* fix(release): correct tag for 'gh release create' command
Problem: The tag name passed to this function doesn't match the tag that we created earlier. So, it will attempt to create a new tag. Since Amazon Q is starting at 1.0.0, this will conflict with existing toolkit releases
Solution: Add extension to tag, e.g. amazonq/v1.0.0 instead of just v.1.0.0
* comment
0 commit comments