How to tag and release a Meson project with many subprojects? #10430
Unanswered
DanijelDomazet
asked this question in
Q&A
Replies: 0 comments
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.
-
How do I tag a release of my project, considering there are many subprojects? How should I handle repository revisions stated in the
.wrap
files?This is the workflow I had in mind:
release-v1.0.0
branch for the main project repository.wrap
files in therelease-v1.0.0
branch so they point to subproject's tags (f.e.revision = v1.2.3
v1.0.0
from branchrelease-v1.0.0
release-v1.0.0
branch without merging it tomain
Is this the proper way to go? What do you recommend?
Beta Was this translation helpful? Give feedback.
All reactions