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

Use annotated tags #96

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Use annotated tags #96

merged 1 commit into from
Jun 6, 2023

Conversation

agx
Copy link
Contributor

@agx agx commented Apr 10, 2019

Closes #95

@agx agx force-pushed the tags branch 2 times, most recently from 03ad523 to 8376de8 Compare April 10, 2019 08:59
@@ -7,7 +7,7 @@ if [ "${APPVEYOR_BUILD_VERSION}" = "" ];
then
echo build not in appveyor
else
git tag uuu_${APPVEYOR_BUILD_VERSION}
git tag -m"uuu ${APPVEYOR_BUILD_VERSION}" uuu_${APPVEYOR_BUILD_VERSION}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code only run at AppVeryor build machine to keep build version info is consistent.

I just choose stable version and tag in github release page. Look like Github just create simple tag on release page.

@nxpfrankli
Copy link
Contributor

nxpfrankli commented Apr 10, 2019

This impact current release flow.

Current we use appveyor auto build and push binary into github release page automatically.

I choose a version as draft release and create tag at release page.
github release page only support simple tag now.

@agx
Copy link
Contributor Author

agx commented Apr 10, 2019 via email

@nxpfrankli nxpfrankli force-pushed the master branch 18 times, most recently from 39d020d to edda283 Compare June 3, 2023 04:35
@nxpfrankli nxpfrankli merged commit b7048e7 into nxp-imx:master Jun 6, 2023
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.

Please use annotated git tags (instead of lightweight ones) for releases
2 participants