diff options
| author | 2021-10-23 13:43:24 +0200 | |
|---|---|---|
| committer | 2021-10-23 13:43:24 +0200 | |
| commit | acbba9adb2e362079ce1fb84be1868b198cc1da0 (patch) | |
| tree | eeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /docs/en/developers/05_Release_new_version.md | |
| parent | dd02c79092aa25cacff1c831815e9ca02b06b620 (diff) | |
Improved markdownlint (#3918)
* Improved markdownlint
* Relaxed rules slighlty
* `npm run markdownlint` for automatic tests
* `npm run markdownlint_fix` for automatic syntax fixing
* Applied the fixes on all our Markdown files
Diffstat (limited to 'docs/en/developers/05_Release_new_version.md')
| -rw-r--r-- | docs/en/developers/05_Release_new_version.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/en/developers/05_Release_new_version.md b/docs/en/developers/05_Release_new_version.md index f4e38d0de..918451490 100644 --- a/docs/en/developers/05_Release_new_version.md +++ b/docs/en/developers/05_Release_new_version.md @@ -1,6 +1,7 @@ # Preparing the release -In order to get as much feedback as possible before a release, it's preferable to announce it on GitHub by creating a dedicated ticket ([see examples] (https://github.com/FreshRSS/FreshRSS/search?utf8=%E2%9C%93&q=Call+for+testing&type=Issues)). This should be done **at least one week in advance**. +In order to get as much feedback as possible before a release, it's preferable to announce it on GitHub by creating a dedicated ticket +([see examples](https://github.com/FreshRSS/FreshRSS/search?utf8=%E2%9C%93&q=Call+for+testing&type=Issues)). This should be done **at least one week in advance**. It's also recommended to make the announcement on mailing@freshrss.org. @@ -12,7 +13,7 @@ You must also **make sure that the CHANGELOG file is up to date** with the updat ## Git process -```sh +```console $ git checkout edge $ git pull $ vim constants.php @@ -98,7 +99,7 @@ When everything's working, it's time to announce the release to the world! ## Starting the next development version -```sh +```console $ git checkout edge $ vim constants.php # Update the FRESHRSS_VERSION |
