We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35716a commit 153774fCopy full SHA for 153774f
.clog.toml
@@ -0,0 +1,13 @@
1
+[clog]
2
+repository = "https://github.com/mozilla-services/syncstorage-rs"
3
+changelog = "CHANGELOG.md"
4
+from-latest-tag = true
5
+link-style = "github"
6
+
7
+[sections]
8
+Refactor = ["refactor"]
9
+Test = ["test"]
10
+Doc = ["docs"]
11
+Chore = ["chore"]
12
+Features = ["feat", "feature"]
13
+"Bug Fixes" = ["fix", "bug"]
CHANGELOG.md
@@ -0,0 +1,10 @@
+<a name="0.1.0"></a>
+## 0.1.0 (2019-10-04)
+#### Features
+* Initial release
0 commit comments