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:
authorMaxim Tsoy <maks.tsoy@gmail.com>2019-05-07 15:13:28 +0300
committerMaxim Tsoy <maks.tsoy@gmail.com>2019-05-07 15:41:16 +0300
commit3f928ce80e839c895a15106dae60892c943f8cb6 (patch)
tree9b599f5f4841e5819321a9025caf9b7b9181f5ec
parentd3540217e1772f1f1f39e39b5cc0a7b3b300b0d3 (diff)
Fix readme formatting
-rw-r--r--README.md56
1 files changed, 28 insertions, 28 deletions
diff --git a/README.md b/README.md
index e7172c8..5cde05f 100644
--- a/README.md
+++ b/README.md
@@ -36,34 +36,34 @@ A [Hugo](https://gohugo.io/) theme to display a changelog
```
## Description
- 1. When a pull request is ready, a developer creates a changelog entry:
- ```bash
- make change
- ```
- The command creates a *.md file with random name (ensures that there will be no merge conflicts) in `site/changelog/content/experimental/` folder
-
- 1a. If necessary, the developer creates a deprecation entry:
- ```bash
- make deprecation
- ```
- The command creates a *.md file with random name (ensures that there will be no merge conflicts) in `site/changelog/content/deprecated/` folder.
- Note that deprecation entries are not removed automatically. When a certain deprecated feature reaches the end of life period, the corresponding file in the `deprecation/`
- folder has to be removed manually
-
- 2. The developer updates created files with changes. Changes are going to be rendered in the `experimental` section of the template
-
- 3. Preview the site with the command:
- ```bash
- make serve_changelog
- ```
-
- 4. When the working branch is ready to be merged in the stable branch, the developer runs:
- ```bash
- make release
- ```
- The command will move all *.md files from the `experimental/` folder to the `released/` folder, assign the release version and generate the commit with related changes
-
- 5. The developer merges working branch in to the stable branch
+1. When a pull request is ready, a developer creates a changelog entry:
+ ```bash
+ make change
+ ```
+ The command creates a *.md file with random name (ensures that there will be no merge conflicts) in `site/changelog/content/experimental/` folder
+
+2. If necessary, the developer creates a deprecation entry:
+ ```bash
+ make deprecation
+ ```
+ The command creates a *.md file with random name (ensures that there will be no merge conflicts) in `site/changelog/content/deprecated/` folder.
+ Note that deprecation entries are not removed automatically. When a certain deprecated feature reaches the end of life period, the corresponding
+ file in the `deprecation/` folder has to be removed manually
+
+3. The developer updates created files with changes. Changes are going to be rendered in the `experimental` section of the template
+
+4. Preview the site with the command:
+ ```bash
+ make serve_changelog
+ ```
+
+5. When the working branch is ready to be merged in the stable branch, the developer runs:
+ ```bash
+ make release
+ ```
+ The command will move all *.md files from the `experimental/` folder to the `released/` folder, assign the release version and generate the commit with related changes
+
+6. The developer merges working branch in to the stable branch
# Shortcodes