-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Request] Simple Release Trigger for Cpp Domain #21
Comments
Where should this "version variable" be placed and what are the tools that would need to access it? |
the only tools that need it will be other GH actions as the intention is to have all the parts that interact with versions, doc gen, compile be automated. currently only docs gen is automated like here. i believe that in the end all tools could just grab it from a GH secret or similar. here is how i would imagine this setup to happen. and what is currently not inline with it.
i believe we should give the actions the ability to push into there branches because: if some one pulls the Release and generates the code locally they will end up with the wrong version number the same counts for the Cmake Project version. |
Is there an existing issue for this?
Please describe the enhancement you have in mind and explain what the current shortcomings are?
This is a Request For a simple Release Trigger for the Cpp Domain.
How would you imagine the implementation of the enhancement?
Needed Features.
The text was updated successfully, but these errors were encountered: