-
Notifications
You must be signed in to change notification settings - Fork 679
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
[Docs & CI] Update Release Process Docs and Workflows #5369
Comments
for the signer specific workflow, i'm thinking we can reduce the amount of steps/tests and possibly even simply the build process. what we have today works, but it can be a bit better/faster. i do have some unconventional ideas i'll share later on too |
One suggestion as part of our release process: it would be great if we manually updated the versions in the various This is mainly important for the two binaries that people run - |
related to this issue: #5162 |
I like the idea, i'll test this locally to be sure it works as expected for stacks-node as well. for the signer, its not a problem but i'd like to keep the process as similar as possible (meaning we'll want to also update cargo.toml for other workspaces) |
Note to self:
create issue for clarity-cli and blockstack-cli to report version to stdout similar to stacks-node/stacks-signer/stacks-inspect |
Ah, I didn't realize this was still opened, but I created #5399 to update the "default" versions. Happy to merge it into this. Unfortunately, it doesn't seem like we can use our version format in |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Since our release process is split into 2 steps (node - 5 point release, signer - 6 point release), and this is what users are familiar with, we'll have to update the documentation and workflow process to reflect this process:
stacks-core
tests, but just signer specific ones.The text was updated successfully, but these errors were encountered: