Skip to content

Commit

Permalink
Updated RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Sep 25, 2018
1 parent e9a70d0 commit 6b460fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 6b460fe

Please sign in to comment.