|
12 | 12 | REPOSITORY = "robotframework/PythonLibCore" |
13 | 13 | VERSION_PATH = Path("src/robotlibcore/__init__.py") |
14 | 14 | VERSION_PATTERN = '__version__ = "(.*)"' |
15 | | -RELEASE_NOTES_PATH = Path("docs/PythonLibCore-{version}.rst") |
| 15 | +RELEASE_NOTES_PATH = Path("docs/PythonLibCore-{version}.md") |
16 | 16 | RELEASE_NOTES_TITLE = "Python Library Core {version}" |
17 | 17 | RELEASE_NOTES_INTRO = """ |
18 | | -`Python Library Core`_ is a generic component making it easier to create |
19 | | -bigger `Robot Framework`_ test libraries. Python Library Core {version} is |
20 | | -a new release with **UPDATE** enhancements and bug fixes. **MORE intro stuff** |
| 18 | +[Python Library Core](https://github.com/robotframework/PythonLibCore) |
| 19 | +is a generic component making it easier to create bigger |
| 20 | +[Robot Framework](http://robotframework.org) test libraries. Python Library Core |
| 21 | +{version} is a new release with **UPDATE** enhancements and bug fixes. |
| 22 | +**MORE intro stuff** |
21 | 23 |
|
22 | 24 | **REMOVE this section with final releases or otherwise if release notes contain |
23 | 25 | all issues.** |
24 | 26 | All issues targeted for Python Library Core {version.milestone} can be found |
25 | | -from the `issue tracker`_. |
| 27 | +from the |
| 28 | +[issue tracker](https://github.com/robotframework/PythonLibCore/issues?q=milestone%3A{version.milestone}). |
26 | 29 |
|
27 | | -**REMOVE ``--pre`` from the next command with final releases.** |
28 | 30 | If you have pip_ installed, just run |
29 | 31 |
|
30 | 32 | :: |
31 | 33 |
|
32 | | - pip install --pre --upgrade pip install robotframework-pythonlibcore |
| 34 | + pip install --upgrade pip install robotframework-pythonlibcore |
33 | 35 |
|
34 | 36 | to install the latest available release or use |
35 | 37 |
|
|
41 | 43 | distribution from PyPI_ and install it manually. |
42 | 44 |
|
43 | 45 | Python Library Core {version} was released on {date}. |
44 | | -
|
45 | | -.. _PythonLibCore: https://github.com/robotframework/PythonLibCore |
46 | | -.. _Robot Framework: http://robotframework.org |
47 | | -.. _pip: http://pip-installer.org |
48 | | -.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore |
49 | | -.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3A{version.milestone} |
50 | 46 | """ |
51 | 47 |
|
52 | 48 |
|
|
0 commit comments