diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..3a31e91
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,11 @@
+# Authors
+
+This list is sorted by the number of commits per contributor in _descending_ order.
+
+Avatar|Contributor|Contributions
+:-:|---|:-:
+|[@alxwr](https://github.com/alxwr)|3
+
+---
+
+Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-25.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b13789..1cc2769 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1 +1,13 @@
+# Changelog
+# 1.0.0 (2019-04-25)
+
+
+### Continuous Integration
+
+* **travis:** use structure of template-formula ([88d3f3e](https://github.com/alxwr/prometheus-formula/commit/88d3f3e))
+
+
+### Features
+
+* **prometheus:** basic setup based on template-formula ([b9b7cc0](https://github.com/alxwr/prometheus-formula/commit/b9b7cc0))
diff --git a/FORMULA b/FORMULA
index 898eb01..acb7512 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: prometheus
os: FreeBSD
os_family: FreeBSD
-version: 0.0.1
+version: 1.0.0
release: 1
minimum_version: 2016.11
summary: Prometheus formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..ece396d
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,23 @@
+.. role:: raw-html-m2r(raw)
+ :format: html
+
+
+Authors
+=======
+
+This list is sorted by the number of commits per contributor in *descending* order.
+
+.. list-table::
+ :header-rows: 1
+
+ * - Avatar
+ - Contributor
+ - Contributions
+ * - :raw-html-m2r:``
+ - `@alxwr `_
+ - 3
+
+
+----
+
+Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-25.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..8e9f84b
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,18 @@
+
+Changelog
+=========
+
+1.0.0 (2019-04-25)
+------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **travis:** use structure of template-formula (\ `88d3f3e `_\ )
+
+Features
+^^^^^^^^
+
+
+* **prometheus:** basic setup based on template-formula (\ `b9b7cc0 `_\ )