From 6b460fe04166d51c6b56fc8f6d52d5e84bd27bc8 Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Tue, 25 Sep 2018 16:43:48 +0200 Subject: [PATCH] Updated RELEASING.md --- RELEASING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 1a2fe2d..b030b6e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,10 +6,10 @@ 4. `./gradlew clean buildPlugin` 5. `git commit -am "Prepare for release x.y.z"` (where x.y.z is the version you set in step 1) 6. `git push` -7. `./gradlew publishPlugin` -8. Create a new release on Github +7. Create a new release on Github 1. Tag version `x.y.z` (`git tag -s x.y.z && git push --tags`) 2. Release title `x.y.z` 3. Paste the content from `CHANGELOG.md` as the description 4. Upload the `build/distributions/pylint-plugin-x.y.z.zip` -9. Create a PR from [master](../../tree/master) to [release](../../tree/release) +8. Create a PR from [master](../../tree/master) to [release](../../tree/release) +9. `./gradlew publishPlugin`