From 9b5a34c625d9367cb9dff46bce68ca4db016c403 Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Sat, 31 Aug 2024 09:53:28 +0200 Subject: [PATCH] Fix typos in releasing.md --- releasing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasing.md b/releasing.md index c2968ef..79aa1cf 100644 --- a/releasing.md +++ b/releasing.md @@ -2,11 +2,11 @@ To create a new release, follow these steps: -- Update the version number in `djslsp/__init__.py` and push this to `main`. +- Update the version number in `djlsp/__init__.py` and push this to `main`. - We use [semantic](https://semver.org/) versioning. -- Create a new tag and push the tag by push the tag using `git push --tags`. +- Create a new tag and push the tag using `git push --tags`. The release will be automatically built and published to [PyPi](https://pypi.org/project/django-template-lsp/). -After publishing to PyPi, a draft release is automatically made on Github. +After publishing to PyPi, a draft release is automatically created on Github. Edit this release, include the changes in the "What's changed" section and publish the release.