From f9f15d6cd8dd9cf80fd9a028fbd5d90f5cb76867 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 10 Sep 2021 18:08:03 +0200 Subject: [PATCH] Update RELEASE.md to mention the Jupyter Releaser (#223) --- RELEASE.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b3ed146ee..5129c077c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,31 +2,10 @@ ## Automated releases -Releases are automated using GitHub Actions. They are triggered when a new tag is pushed to the remote. - -To cut a new release, run the following: - -```bash -# checkout the main branch -git checkout main - -# for a patch release -jlpm release:patch - -# for a minor version bump -jlpm release:bump minor - -# for a major version bump -jlpm release:bump major - -# push to the main branch -git push origin main --tags -``` +The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption). We follow a similar bump strategy as in JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/master/RELEASE.md#bump-version -The release workflow also creates a GitHub release with the new changes generated with [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator). - If you would still like to do the release manually instead, read below. ## Making a nanual new release of RetroLab