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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortukusejssirs <tukusejssirs@protonmail.com>2019-06-20 21:24:11 +0300
committertukusejssirs <tukusejssirs@protonmail.com>2019-06-20 21:24:11 +0300
commit45d8c020bf845e7387fc84a3920a83640edc7aec (patch)
tree10810c6b6ebc3b50e662560029887410be34e289 /Contribution
parentd71d4c9b48f08da4c0d9ca8af158cd6a060db5af (diff)
Remove Unsorted folder; Add _sidebar.md
Diffstat (limited to 'Contribution')
-rw-r--r--Contribution/HOWTO-generate-the-changelog.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/Contribution/HOWTO-generate-the-changelog.md b/Contribution/HOWTO-generate-the-changelog.md
new file mode 100644
index 0000000..08584b2
--- /dev/null
+++ b/Contribution/HOWTO-generate-the-changelog.md
@@ -0,0 +1,24 @@
+# Requirements
+
+## [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)
+
+You can install using gem
+
+```sh
+gem install github_changelog_generator
+```
+
+If you want to contribute back to the project you can clone the repository and build it.
+
+## [GitHub token](https://github.com/skywinder/github-changelog-generator/blob/master/README.md#github-token)
+
+You need the token because github doesn't accept more than 50 request per day with it's API.
+It's for free...
+
+# Generate the CHANGELOG.md
+
+github_changelog_generator -t 689c2dd09acaebf4ce92fecaeed2ec8140b6bfbf
+
+# Commit the new CHANGELOG.md
+
+The CHANGELOG.md should be committed only after a new release. \ No newline at end of file