diff --git a/README.md b/README.md new file mode 100644 index 0000000..6987b24 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +This is the official script used by the Sage Release Manager to manage the Sage release process. + +## Install + + make install + +## Test + + make lint + make test + +## Config + +Add ``config.yaml`` containing + + repository: "sagemath/sage" + access_token: github_pat_xxxyyyzzz + +### Use + + git-sage todo + git-sage merge 12345 67890