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

Only make lightweight tags in CD #356

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

TwistedTwigleg
Copy link
Contributor

Description of changes:

Our CD currently makes annotated tags due to passing a tag title when we make the tag in CD. This has the unfortunate side effect of making TWO tags each time we make a release because of how the annotated tag system works: One that is a lightweight tag that just points to the commit, and then another tag that points to both the lightweight tag AND the commit. This leads to having tags with <tag>^{} in it. Tested and removing passing a message makes the CD pipeline only send a lightweight tag, fixing the issue.

Created to fix aws/aws-iot-device-sdk-cpp-v2#519


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@TwistedTwigleg TwistedTwigleg merged commit 66ef78c into main Jan 18, 2023
@TwistedTwigleg TwistedTwigleg deleted the remove_annotated_tag branch January 18, 2023 18:40
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.

delete broken tag refs/tags/v1.20.1^{}
2 participants