-
Notifications
You must be signed in to change notification settings - Fork 673
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
Document nearcore Release Process #2135
Comments
Write self documenting release scripts |
Haven't find a very appropriate location to put this doc. Suggestions? https://docs.nearprotocol.com/docs/contribution/nearcore or https://docs.nearprotocol.com/docs/validator/staking-overview |
@ailisp , a possible solution: add a "dev" folder in the root of the sources, there you can add any information relevant to (core) development. README would start with "this documentation addresses core-developers and external core-contributors, e.g. people which work on the near-protocol source-code itself" So, dapp/asset/chain-related documentation goes to the docs sites (normal developers, the "customers") core-dev related documentation goes to ./dev |
Just noticed this in the OP:
"docs" implies "standard documentation" (e.g. users/normal devs). better to distinguish clearly (use of ./dev) |
Let's either use docs folder in this repo or contributing section in https://docs.nearprotocol.com/docs/contribution/nearcore |
We are moving to scheduled releases, i.e., nightly, staging, testnet, and eventually mainnet. In order to do this, we must first document our current release process for staging. We will use this documentation to automate our release process as much as possible.
The output of this task will be to create a markdown file in the nearprotocol/docs repo describing the steps required to produce a release of nearcore.
The text was updated successfully, but these errors were encountered: