Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-10-17 01:03:59 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-10-17 01:03:59 +0300
commit4898749d1356f6ab1841f860ac57d8509d7f5fe1 (patch)
treed07bf487c2333e039bdb1d8a6af6d989405f38a6
parent7ce903d4c6e5b658466e97e2fc9c118f8e07722c (diff)
Update readme with release script dependencies
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 765153e..f3df5f6 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ A [Hugo](https://gohugo.io/) theme to display a changelog
- `release.py` - moves changes from the `experimental/` folder to the `released/` folder, assigns version number and generates release-commit
- `.githooks/post-merge` - verifies that `experimental/` folder is empty during the merge from the working branch to the stable branch
+## Dependencies
+ - For release script:
+ ```bash
+ sudo pip install python-frontmatter
+ ```
+
## Description
1. When a pull request is ready, a developer creates a changelog entry:
```bash