You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it takes about 60-70 minutes… Note that you only need to do this if there are changes on the main
11
+
branch after the last run (it runs weekly on Sunday nights).
12
+
1. Update the CHANGELOG.md. Sonnet 4.5 does a great job of doing this. Example prompt:
13
+
`I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the "Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter on your changes.`.
14
+
1. Validate the version does not have storage incompatibilities with the previous version. If so, add a warning to the CHANGELOG.md
15
+
that export/import of data will need to be run as part of the upgrade process.
16
+
1. Commit and push your changes. Create a PR and have a team member approve it. If you've only
17
+
modified markdown content, the code-based CI steps will be skipped.
18
+
1. Using the updated CHANGELOG.md as a guide, ensure that user-facing additions or changes have appropriate PRs in
19
+
the Dgraph [docs repo](https://github.com/dgraph-io/dgraph-docs/).
20
+
1. Once your "prepare for release branch" is merged into main, on the github
21
+
[releases](https://github.com/dgraph-io/dgraph/releases) page, create a new draft release (this step
22
+
will create the tag, in this example we're releasing _v25.1.0-preview1_):
0 commit comments