diff --git a/.bumplus.toml b/.bumplus.toml new file mode 100644 index 0000000..83d7ef4 --- /dev/null +++ b/.bumplus.toml @@ -0,0 +1,26 @@ +version = '0.0.0' + +[[files."CHANGELOG.rst"]] +search = """ +`Unreleased`_ +************* +""" + + +replace = """ +`Unreleased`_ +************* + + +`{{new_version}}`_ - {{utcnow | strftime('%Y-%m-%d')}} +********************** +""" + +[[files."CHANGELOG.rst"]] +search = """ +.. _`Unreleased`: https://github.com/luismayta/python-facebook-chatbot/compare/{{old_version}}...HEAD +""" +replace = """ +.. _`Unreleased`: https://github.com/luismayta/python-facebook-chatbot/compare/{{new_version}}...HEAD +.. _`{{new_version}}`: https://github.com/luismayta/python-facebook-chatbot/compare/{{old_version}}...{{new_version}} +""" diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac47fcd..cfe9cee 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] -files = VERSION .bumpversion.cfg +files = VERSION .bumpversion.cfg README.rst commit = True tag = False -current_version = 0.0.1 +current_version = 0.0.0 diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..d8885bb --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,15 @@ +ChangeLog +######### + +All notable changes to this project will be documented in this file. +This file uses change log convention from `keep a CHANGELOG`_. + + +`Unreleased`_ +************* + + +.. _`Unreleased`: https://github.com/luismayta/python-facebook-chatbot/compare/0.0.0...HEAD +.. _0.0.0: https://github.com/luismayta/python-facebook-chatbot/compare/0.0.0...0.0.1 + +.. _`keep a CHANGELOG`: http://keepachangelog.com/en/0.3.0/