Replies: 1 comment 1 reply
-
So for each tag that represent a version like 0.1, 0.2, 0.3, etc. you also want to do a release on GitHub with same version. Releases on GitHub are still based on Git tags: https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases https://stackoverflow.com/questions/18506508/whats-the-difference-between-tag-and-release |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please consider doing releases on GiHub as well for each version instead of just only having tags for versions:
https://github.com/VCTLabs/cp210x-program/releases
https://github.com/VCTLabs/cp210x-program/tags
Some third-party integrations depend on there being release versions available under releases on GiHub.
An example of a such third-party integration is PyPI ( https://pypi.org/ ) as mentioned in #15
Beta Was this translation helpful? Give feedback.
All reactions