From f578f40afcc06b051a3fd8bfa0c816964551f4ef Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 26 Sep 2023 16:22:41 +0100 Subject: [PATCH] Correct the release notes (#26) --- Releasing.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Releasing.md b/Releasing.md index 29a2473..0c7ea1e 100644 --- a/Releasing.md +++ b/Releasing.md @@ -1,10 +1,11 @@ # Releasing on PyPI 1. Update the `version` in `pyproject.toml`. We use semantic versioning -2. Create and merge a pull request branch called `release-x.x.x` -3. Pull from `main` -4. At the command line, run `make tag` -5. Go to [tags page](https://github.com/pydanny/listo/tags), choose the most recent tag, and click `Draft a new release` -6. Click `Generate release notes` and save -7. Run `make changelog` -8. Use `git commit --amend` to add the just pulled release notes to the release commit \ No newline at end of file +2. Create and push pull request branch called `release-x.x.x` +3. At the command line, run `make tag` +4. Go to [tags page](https://github.com/pydanny/dj-notebook/tags), choose the most recent tag, and click `Draft a new release` +5. Click `Generate release notes` and then `Publish release notes` +6. Run `make changelog` +7. Use `git commit --amend` to add the just pulled release notes to the release commit +8. `git push --force` +9. Merge to main \ No newline at end of file