Skip to content

Commit

Permalink
PyDev release 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Sep 3, 2024
1 parent 0ce8147 commit ce01b44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/com.python.pydev.docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python x:\liclipsews\pydev.page\build_homepage.py

## Commit everything and merge with master (homepage at: x:\liclipsews\pydev.page and X:\liclipsews\liclipsews\Pydev repo)

mu acp "PyDev release 12.1.0"
mu acp "PyDev release 12.2.0"

## Do build:

Expand All @@ -42,8 +42,8 @@ python -m dev add_to_update_site_mirror

## Tag repository (needed so that GitHub can reference it later)

git tag pydev_12_1_0 -a -m "PyDev 12.1.0"
git push --tag origin pydev_12_1_0
git tag pydev_12_2_0 -a -m "PyDev 12.2.0"
git push --tag origin pydev_12_2_0

## Create release in Github Releases

Expand All @@ -52,19 +52,19 @@ python -m dev add_to_github
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github

### Title:
PyDev 12.1.0
PyDev 12.2.0

### Message:

This release contains PyDev 12.1.0
This release contains PyDev 12.2.0

It's possible to add it as an Eclipse update site using the url:

https://github.com/fabioz/Pydev/releases/download/pydev_12_1_0/
https://github.com/fabioz/Pydev/releases/download/pydev_12_2_0/

Or get a .zip to install manually by unzipping it in the dropins:

https://github.com/fabioz/Pydev/releases/download/pydev_12_1_0/PyDev.12.1.0.zip
https://github.com/fabioz/Pydev/releases/download/pydev_12_2_0/PyDev.12.2.0.zip


## Update homepage:
Expand Down

0 comments on commit ce01b44

Please sign in to comment.